Searched refs:ContextOperand (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 783 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()
|
D | macro-assembler-ia32.cc | 1214 mov(dst, ContextOperand(dst, Context::GLOBAL_PROXY_INDEX)); in LoadGlobalProxy() 1221 mov(function, ContextOperand(function, index)); in LoadGlobalFunction()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 921 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()
|
D | macro-assembler-x64.cc | 2508 movp(dst, ContextOperand(dst, index)); in LoadNativeContextSlot()
|