HomeSort by relevance Sort by last modified time
    Searched refs:CONTEXT (Results 51 - 73 of 73) sorted by null

1 23

  /external/v8/src/
prettyprinter.cc 1028 case Variable::CONTEXT:
1029 OS::SNPrintF(buf + pos, " context[%d]", var->index());
hydrogen.cc 2492 HValue* context = environment()->LookupContext(); local
2654 HInstruction* context = AddInstruction(new(zone()) HContext); local
2845 AstContext* context = call_context(); local
2928 HValue* context = environment()->LookupContext(); local
3147 HContext* context = new(zone()) HContext; local
3162 HValue* context = environment()->LookupContext(); local
3561 HValue* context = environment()->LookupContext(); local
3608 HValue* context = environment()->LookupContext(); local
3634 HValue* context = BuildContextChainWalk(variable); local
3659 HValue* context = environment()->LookupContext(); local
3735 HValue* context = environment()->LookupContext(); local
3823 HValue* context = environment()->LookupContext(); local
3980 HValue* context = environment()->LookupContext(); local
4182 HValue* context = environment()->LookupContext(); local
4266 HValue* context = BuildContextChainWalk(var); local
4468 HValue* context = BuildContextChainWalk(var); local
4497 HValue* context = environment()->LookupContext(); local
4541 HValue* context = environment()->LookupContext(); local
4572 HValue* context = environment()->LookupContext(); local
4927 HValue* context = environment()->LookupContext(); local
5002 HValue* context = environment()->LookupContext(); local
5022 HValue* context = environment()->LookupContext(); local
5130 HValue* context = environment()->LookupContext(); local
5371 HConstant* context = new HConstant(Handle<Context>(target->context()), local
5508 HValue* context = environment()->LookupContext(); local
5541 HValue* context = environment()->LookupContext(); local
5570 HValue* context = environment()->LookupContext(); local
5585 HValue* context = environment()->LookupContext(); local
5625 HValue* context = environment()->LookupContext(); local
5776 HValue* context = environment()->LookupContext(); local
5824 HValue* context = environment()->LookupContext(); local
5866 HValue* context = environment()->LookupContext(); local
5883 HValue* context = environment()->LookupContext(); local
5913 HValue* context = environment()->LookupContext(); local
5944 HValue* context = environment()->LookupContext(); local
5959 HValue* context = environment()->LookupContext(); local
5988 HValue* context = environment()->LookupContext(); local
6019 HValue* context = environment()->LookupContext(); local
6117 HValue* context = environment()->LookupContext(); local
6153 HValue* context = environment()->LookupContext(); local
6189 HValue* context = environment()->LookupContext(); local
6198 HValue* context = environment()->LookupContext(); local
6208 HValue* context = environment()->LookupContext(); local
6239 TestContext* context = TestContext::cast(ast_context()); local
6306 HValue* context = environment()->LookupContext(); local
6376 HValue* context = BuildContextChainWalk(var); local
6487 HValue* context = environment()->LookupContext(); local
6597 TestContext* context = TestContext::cast(ast_context()); local
6825 HValue* context = environment()->LookupContext(); local
7053 HValue* context = environment()->LookupContext(); local
7330 HValue* context = environment()->LookupContext(); local
7341 HValue* context = environment()->LookupContext(); local
7355 HValue* context = environment()->LookupContext(); local
7385 HValue* context = environment()->LookupContext(); local
7397 HValue* context = environment()->LookupContext(); local
7408 HValue* context = environment()->LookupContext(); local
7419 HValue* context = environment()->LookupContext(); local
7431 HValue* context = environment()->LookupContext(); local
7442 HValue* context = environment()->LookupContext(); local
7460 HValue* context = environment()->LookupContext(); local
7480 HValue* context = environment()->LookupContext(); local
7527 HValue* context = environment()->LookupContext(); local
7539 HValue* context = environment()->LookupContext(); local
7551 HValue* context = environment()->LookupContext(); local
7563 HValue* context = environment()->LookupContext(); local
    [all...]
objects.h 81 // - Context
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 121 // o cp: our context
168 // Generators allocate locals, if any, in context slots.
191 // Possibly allocate a local context.
192 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
195 Comment cmnt(masm_, "[ Allocate context");
207 // Context is returned in both r0 and cp. It replaces the context
210 // Copy any necessary parameters into the context.
219 // Store it in the context.
235 // Load this again, if it's used by the local context below
1409 Register context = cp; local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 112 // o esi: our context
166 // Generators allocate locals, if any, in context slots.
180 // Possibly allocate a local context.
181 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
183 Comment cmnt(masm_, "[ Allocate context");
196 // Context is returned in both eax and esi. It replaces the context
200 // Copy parameters into context if necessary.
209 // Store it in the context.
210 int context_offset = Context::SlotOffset(var->index())
1289 Register context = esi; local
1349 Register context = esi; local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 130 // o cp: our context
179 // Generators allocate locals, if any, in context slots.
203 // Possibly allocate a local context.
204 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
206 Comment cmnt(masm_, "[ Allocate context");
219 // Context is returned in both v0 and cp. It replaces the context
222 // Copy any necessary parameters into the context.
231 // Store it in the context.
247 // Load this again, if it's used by the local context below
1419 Register context = cp; local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 111 // o rsi: our context
160 // Generators allocate locals, if any, in context slots.
174 // Possibly allocate a local context.
175 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
177 Comment cmnt(masm_, "[ Allocate context");
190 // Context is returned in both rax and rsi. It replaces the context
194 // Copy any necessary parameters into the context.
203 // Store it in the context.
204 int context_offset = Context::SlotOffset(var->index())
1311 Register context = rsi; local
1372 Register context = rsi; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 659 /* A (typedef,context,usage location) triplet.
661 context at a given source location.
675 tree context;
674 tree context; variable
1885 tree context; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 659 /* A (typedef,context,usage location) triplet.
661 context at a given source location.
675 tree context;
674 tree context; variable
1885 tree context; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 659 /* A (typedef,context,usage location) triplet.
661 context at a given source location.
675 tree context;
674 tree context; variable
1885 tree context; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 659 /* A (typedef,context,usage location) triplet.
661 context at a given source location.
675 tree context;
674 tree context; variable
1885 tree context; variable
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 129 // o cp: our context
190 // Possibly allocate a local context.
191 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
193 Comment cmnt(masm_, "[ Allocate local context");
203 // Context is returned in both r0 and cp. It replaces the context
206 // Copy any necessary parameters into the context.
215 // Store it in the context.
231 // Load this again, if it's used by the local context below.
776 // context. Otherwise, we let the Visit function deal with th
1254 Register context = cp; local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 118 // o esi: our context
166 __ push(esi); // Callee's context.
183 // Possibly allocate a local context.
184 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
186 Comment cmnt(masm_, "[ Allocate local context");
196 // Context is returned in both eax and esi. It replaces the context
200 // Copy parameters into context if necessary.
209 // Store it in the context.
210 int context_offset = Context::SlotOffset(var->index())
1150 Register context = esi; local
1210 Register context = esi; local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 137 // o cp: our context
197 // Possibly allocate a local context.
198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
200 Comment cmnt(masm_, "[ Allocate local context");
210 // Context is returned in both v0 and cp. It replaces the context
213 // Copy any necessary parameters into the context.
222 // Store it in the context.
238 // Load this again, if it's used by the local context below.
784 // context. Otherwise, we let the Visit function deal with th
1260 Register context = cp; local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 115 // o rsi: our context
180 __ push(rsi); // Callee's context.
197 // Possibly allocate a local context.
198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
200 Comment cmnt(masm_, "[ Allocate local context");
210 // Context is returned in both rax and rsi. It replaces the context
214 // Copy any necessary parameters into the context.
223 // Store it in the context.
224 int context_offset = Context::SlotOffset(var->index())
1104 Register context = rsi; local
1165 Register context = rsi; local
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 3864 HInstruction* context = Add<HContext>(); local
4056 AstContext* context = call_context(); local
4679 HValue* context = environment()->context(); local
4756 HValue* context = BuildContextChainWalk(variable); local
5929 HValue* context = BuildContextChainWalk(var); local
6075 HValue* context = BuildContextChainWalk(var); local
7163 HConstant* context = Add<HConstant>(Handle<Context>(target->context())); local
8373 TestContext* context = TestContext::cast(ast_context()); local
8532 HValue* context = BuildContextChainWalk(var); local
8980 TestContext* context = TestContext::cast(ast_context()); local
9640 HValue* context = environment()->context(); local
9678 HValue* context = environment()->context(); local
    [all...]
objects.h 93 // - Context
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 1611 milliseconds

1 23