HomeSort by relevance Sort by last modified time
    Searched defs:ContextOperand (Results 1 - 3 of 3) sorted by null

  /external/v8/src/arm/
codegen-arm.h 244 static MemOperand ContextOperand(Register context, int index) {
257 return ContextOperand(cp, Context::GLOBAL_INDEX);
  /external/v8/src/ia32/
codegen-ia32.h 395 static Operand ContextOperand(Register context, int index) {
407 return ContextOperand(esi, Context::GLOBAL_INDEX);
    [all...]
  /external/v8/src/x64/
codegen-x64.h 396 static Operand ContextOperand(Register context, int index) {
408 return ContextOperand(rsi, Context::GLOBAL_INDEX);

Completed in 14 milliseconds