HomeSort by relevance Sort by last modified time
    Searched refs:slots (Results 151 - 175 of 197) sorted by null

1 2 3 4 5 67 8

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips-branch-delay.d 7 # Test microMIPS branch delay slots.
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 628 // Reserve space for the stack slots needed by the code.
629 int slots = GetStackSlotCount(); local
630 if (slots > 0) {
631 __ Claim(slots, kPointerSize);
649 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
656 } else if (slots <= FastNewContextStub::kMaximumSlots) {
657 FastNewContextStub stub(isolate(), slots); local
715 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); local
716 DCHECK(slots >= 0);
717 __ Claim(slots);
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 561 const ir_state_slot *const slots = ir->state_slots; local
571 (gl_state_index *)slots[i].tokens);
580 int swiz = GET_SWZ(slots[i].swizzle, j);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 128 // Reserve space for the stack slots needed by the code.
129 int slots = GetStackSlotCount(); local
130 if (slots > 0) {
132 __ Dsubu(sp, sp, Operand(slots * kPointerSize));
134 __ Daddu(a0, sp, Operand(slots * kPointerSize));
143 __ Dsubu(sp, sp, Operand(slots * kPointerSize));
162 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
169 } else if (slots <= FastNewContextStub::kMaximumSlots) {
170 FastNewContextStub stub(isolate(), slots); local
225 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots() local
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
validators_unittest.py 551 slots=[0,])
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1031 const ir_state_slot *const slots = ir->state_slots; local
1041 if (slots[i].swizzle != SWIZZLE_XYZW) {
1055 /* The variable_storage constructor allocates slots based on the size
1073 (gl_state_index *)slots[i].tokens);
1088 src.swizzle = slots[i].swizzle;
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 142 // Generators allocate locals, if any, in context slots.
183 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
195 if (slots <= FastNewContextStub::kMaximumSlots) {
196 FastNewContextStub stub(isolate(), slots); local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 127 // Generators allocate locals, if any, in context slots.
171 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
184 if (slots <= FastNewContextStub::kMaximumSlots) {
185 FastNewContextStub stub(isolate(), slots); local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 126 // Generators allocate locals, if any, in context slots.
169 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
182 if (slots <= FastNewContextStub::kMaximumSlots) {
183 FastNewContextStub stub(isolate(), slots); local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 127 // Generators allocate locals, if any, in context slots.
171 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
184 if (slots <= FastNewContextStub::kMaximumSlots) {
185 FastNewContextStub stub(isolate(), slots); local
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/v8/
Android.v8common.mk 212 src/heap/slots-buffer.cc \
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 138 // Generators allocate locals, if any, in context slots.
180 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
192 if (slots <= FastNewContextStub::kMaximumSlots) {
193 FastNewContextStub stub(isolate(), slots); local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 147 // Generators allocate locals, if any, in context slots.
190 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
202 if (slots <= FastNewContextStub::kMaximumSlots) {
203 FastNewContextStub stub(isolate(), slots); local
    [all...]