Home
last modified time | relevance | path

Searched defs:numVregs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h32 explicit FrameStateInfo(Chunk* chunk, size_t numVregs) in FrameStateInfo()
Dinterpreter_stub-inl.h438 …GateRef numVregs = TruncInt64ToInt32(Int64And(Int64LSR(callField, Int64(MethodLiteral::NumVregsBit… in GetStartIdxAndNumArgs() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp71 uint32_t numVregs = cda.GetNumVregs(); in Initialize() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h704 int32_t numVregs = static_cast<int32_t>(method->GetNumVregsWithCallField()); in Execute() local
1390 int32_t numVregs = static_cast<int32_t>(methodHandle->GetNumVregsWithCallField()); in RunInternal() local
3227 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
3362 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
3497 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
3632 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
3997 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
4133 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
4268 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
7289 uint32_t numVregs = method->GetNumVregsWithCallField(); in GetNewTarget() local
[all …]
Dinterpreter_assembly.cpp3506 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallarrowrangePrefImm16V8() local
3649 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallthisrangePrefImm16V8() local
3838 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideNewobjrangePrefImm16V8() local
6745 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallarrowrangeImm8Imm8V8() local
6888 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallthisrangeImm8Imm8V8() local
7065 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm16Imm8V8() local
7207 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm8Imm8V8() local
7525 uint32_t numVregs = method->GetNumVregsWithCallField(); in GetNewTarget() local
7558 uint32_t numVregs = method->GetNumVregsWithCallField(); in GetNumArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp1118 …Call::GetNumVregsFromCallField(ExtendedAssembler *assembler, Register callField, Register numVregs) in GetNumVregsFromCallField()