/external/chromium_org/v8/src/ |
contexts.h | 248 EXTENSION_INDEX, 361 Object* extension() { return get(EXTENSION_INDEX); } 362 void set_extension(Object* object) { set(EXTENSION_INDEX, object); } 364 JSModule* module() { return JSModule::cast(get(EXTENSION_INDEX)); } 365 void set_module(JSModule* module) { set(EXTENSION_INDEX, module); }
|
gdb-jit.cc | 1159 ASSERT(Context::EXTENSION_INDEX == 2); [all...] |
heap-snapshot-generator.cc | [all...] |
/external/v8/src/ |
contexts.h | 223 EXTENSION_INDEX, 316 Object* extension() { return get(EXTENSION_INDEX); } 317 void set_extension(Object* object) { set(EXTENSION_INDEX, object); }
|
gdb-jit.cc | 1150 ASSERT(Context::EXTENSION_INDEX == 2); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar | |
org.eclipse.equinox.registry_3.5.0.v20100503.jar | |
/external/v8/src/arm/ |
full-codegen-arm.cc | [all...] |
code-stubs-arm.cc | 169 __ str(r1, MemOperand(r0, Context::SlotOffset(Context::EXTENSION_INDEX))); 233 __ str(r1, ContextOperand(r0, Context::EXTENSION_INDEX)); [all...] |
/external/v8/src/ia32/ |
full-codegen-ia32.cc | [all...] |
code-stubs-ia32.cc | 142 __ mov(Operand(eax, Context::SlotOffset(Context::EXTENSION_INDEX)), ebx); 208 __ mov(ContextOperand(eax, Context::EXTENSION_INDEX), ebx); [all...] |
/external/v8/src/mips/ |
full-codegen-mips.cc | [all...] |
code-stubs-mips.cc | 171 __ sw(a1, MemOperand(v0, Context::SlotOffset(Context::EXTENSION_INDEX))); 233 __ sw(a1, ContextOperand(v0, Context::EXTENSION_INDEX)); [all...] |
/external/v8/src/x64/ |
full-codegen-x64.cc | [all...] |
code-stubs-x64.cc | 136 __ movq(Operand(rax, Context::SlotOffset(Context::EXTENSION_INDEX)), rbx); 200 __ movq(ContextOperand(rax, Context::EXTENSION_INDEX), rbx); [all...] |
/external/chromium_org/v8/src/arm/ |
full-codegen-arm.cc | 923 __ ldr(r1, ContextOperand(r1, Context::EXTENSION_INDEX)); [all...] |
code-stubs-arm.cc | 416 __ str(r1, MemOperand(r0, Context::SlotOffset(Context::EXTENSION_INDEX))); 478 __ str(r1, ContextOperand(r0, Context::EXTENSION_INDEX)); [all...] |
/external/chromium_org/v8/src/ia32/ |
full-codegen-ia32.cc | 876 __ mov(eax, ContextOperand(eax, Context::EXTENSION_INDEX)); [all...] |
code-stubs-ia32.cc | 404 __ mov(Operand(eax, Context::SlotOffset(Context::EXTENSION_INDEX)), ebx); 468 __ mov(ContextOperand(eax, Context::EXTENSION_INDEX), ebx); [all...] |
/external/chromium_org/v8/src/mips/ |
full-codegen-mips.cc | [all...] |
code-stubs-mips.cc | 405 __ sw(a1, MemOperand(v0, Context::SlotOffset(Context::EXTENSION_INDEX))); 465 __ sw(a1, ContextOperand(v0, Context::EXTENSION_INDEX)); [all...] |
/external/chromium_org/v8/src/x64/ |
full-codegen-x64.cc | 884 __ movq(rax, ContextOperand(rax, Context::EXTENSION_INDEX)); [all...] |
code-stubs-x64.cc | 400 __ movq(Operand(rax, Context::SlotOffset(Context::EXTENSION_INDEX)), rbx); 463 __ movq(ContextOperand(rax, Context::EXTENSION_INDEX), rbx); [all...] |