Home
last modified time | relevance | path

Searched refs:GetParameterStackSlot (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/crankshaft/
Dlithium.cc348 int LChunk::GetParameterStackSlot(int index) const { in GetParameterStackSlot() function in v8::internal::LChunk
Dlithium.h641 int GetParameterStackSlot(int index) const;
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2356 int spill_index = chunk()->GetParameterStackSlot(instr->index()); in DoParameter()
2374 spill_index = chunk()->GetParameterStackSlot(env_index); in DoUnknownOSRValue()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc1863 int spill_index = chunk_->GetParameterStackSlot(instr->index()); in DoParameter()
2542 spill_index = chunk_->GetParameterStackSlot(env_index); in DoUnknownOSRValue()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2412 int spill_index = chunk()->GetParameterStackSlot(instr->index()); in DoParameter()
2430 spill_index = chunk()->GetParameterStackSlot(env_index); in DoUnknownOSRValue()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2417 int spill_index = chunk()->GetParameterStackSlot(instr->index()); in DoParameter()
2435 spill_index = chunk()->GetParameterStackSlot(env_index); in DoUnknownOSRValue()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2323 int spill_index = chunk()->GetParameterStackSlot(instr->index()); in DoParameter()
2341 spill_index = chunk()->GetParameterStackSlot(env_index); in DoUnknownOSRValue()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc2129 int spill_index = chunk()->GetParameterStackSlot(instr->index()); in DoParameter()
2146 spill_index = chunk()->GetParameterStackSlot(env_index); in DoUnknownOSRValue()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc2308 int spill_index = chunk()->GetParameterStackSlot(instr->index()); in DoParameter()
2326 spill_index = chunk()->GetParameterStackSlot(env_index); in DoUnknownOSRValue()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2414 int spill_index = chunk()->GetParameterStackSlot(instr->index()); in DoParameter()
2432 spill_index = chunk()->GetParameterStackSlot(env_index); in DoUnknownOSRValue()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc2303 int spill_index = chunk()->GetParameterStackSlot(instr->index()); in DoParameter()
2321 spill_index = chunk()->GetParameterStackSlot(env_index); in DoUnknownOSRValue()