Top


定義場所(file name)

hotspot/src/cpu/x86/vm/interp_masm_x86_64.cpp

説明(description)

// The following two routines provide a hook so that an implementation
// can schedule the dispatch in two parts.  amd64 does not do this.

名前(function name)

void InterpreterMacroAssembler::dispatch_prolog(TosState state, int step) {

本体部(body)

  {- -------------------------------------------
  (1) (何もしない)
      ---------------------------------------- -}

      // Nothing amd64 specific to be done here
    }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.