Home
last modified time | relevance | path

Searched refs:ContextOperand (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ia32/
Dmacro-assembler-ia32.h783 inline Operand ContextOperand(Register context, int index) { in ContextOperand() function
787 inline Operand ContextOperand(Register context, Register index) { in ContextOperand() function
792 return ContextOperand(esi, Context::NATIVE_CONTEXT_INDEX); in NativeContextOperand()
Dmacro-assembler-ia32.cc1214 mov(dst, ContextOperand(dst, Context::GLOBAL_PROXY_INDEX)); in LoadGlobalProxy()
1221 mov(function, ContextOperand(function, index)); in LoadGlobalFunction()
/external/v8/src/x64/
Dmacro-assembler-x64.h921 inline Operand ContextOperand(Register context, int index) { in ContextOperand() function
926 inline Operand ContextOperand(Register context, Register index) { in ContextOperand() function
932 return ContextOperand(rsi, Context::NATIVE_CONTEXT_INDEX); in NativeContextOperand()
Dmacro-assembler-x64.cc2508 movp(dst, ContextOperand(dst, index)); in LoadNativeContextSlot()