HomeSort by relevance Sort by last modified time
    Searched defs:stack_slot (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/compiler/
linkage-impl.h 158 int stack_slot = i - register_parameter_count - stack_parameter_count; local
159 locations.AddParam(stackloc(stack_slot));
  /art/compiler/optimizing/
code_generator_arm.cc 483 uint32_t stack_slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal()); local
491 Move32(location, Location::StackSlot(stack_slot));
495 Move64(location, Location::DoubleStackSlot(stack_slot));
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 3822 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); local
3831 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); local
    [all...]
  /external/chromium_org/v8/src/arm64/
simulator-arm64.cc 317 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); local
318 memcpy(stack_slot, &address, kPointerSize);
326 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); local
327 uintptr_t address = *stack_slot;
    [all...]

Completed in 98 milliseconds