Home
last modified time | relevance | path

Searched defs:stack_slot (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dlinkage.cc373 int stack_slot = i - register_parameter_count - stack_parameter_count; in GetStubCallDescriptor() local
442 int stack_slot = i - register_parameter_count - stack_parameter_count; in GetBytecodeDispatchCallDescriptor() local
Dint64-lowering.cc556 Node* stack_slot = graph()->NewNode( in LowerNode() local
589 Node* stack_slot = graph()->NewNode( in LowerNode() local
/external/v8/src/arm64/
Dsimulator-arm64.cc322 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); in PushAddress() local
331 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress() local
/external/v8/src/mips/
Dsimulator-mips.cc4832 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); in PushAddress() local
4841 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress() local
/external/v8/src/mips64/
Dsimulator-mips64.cc5134 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); in PushAddress() local
5143 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress() local
/external/v8/src/ppc/
Dsimulator-ppc.cc4201 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); in PushAddress() local
4210 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress() local
/external/v8/src/arm/
Dsimulator-arm.cc5770 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); in PushAddress() local
5779 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress() local
/external/v8/src/s390/
Dsimulator-s390.cc5903 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp); in PushAddress() local
5911 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(current_sp); in PopAddress() local