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(size_t numVregs) : values_(numVregs), liveout_(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.cpp40 void MethodLiteral::Initialize(const JSPandaFile *jsPandaFile, uint32_t numVregs, uint32_t numArgs) in Initialize()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h692 int32_t numVregs = static_cast<int32_t>(method->GetNumVregsWithCallField()); in Execute() local
1303 int32_t numVregs = static_cast<int32_t>(methodHandle->GetNumVregsWithCallField()); in RunInternal() local
3078 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
3213 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
3348 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
3483 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
3847 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
3983 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
4118 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in RunInternal() local
7141 uint32_t numVregs = method->GetNumVregsWithCallField(); in GetNewTarget() local
[all …]
Dinterpreter_assembly.cpp3406 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallarrowrangePrefImm16V8() local
3549 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideSupercallthisrangePrefImm16V8() local
3738 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleWideNewobjrangePrefImm16V8() local
6645 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallarrowrangeImm8Imm8V8() local
6788 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleSupercallthisrangeImm8Imm8V8() local
6965 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm16Imm8V8() local
7107 uint32_t numVregs = methodHandle->GetNumVregsWithCallField(); in HandleNewobjrangeImm8Imm8V8() local
7406 …JSTaggedType *newSp, uint32_t numVregs, uint32_t numActualArgs, uint32_t numDeclaredArgs, bool hav… in InterpreterFrameCopyArgs()
7443 uint32_t numVregs = method->GetNumVregsWithCallField(); in GetNewTarget() local
7476 uint32_t numVregs = method->GetNumVregsWithCallField(); in GetNumArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp1099 …Call::GetNumVregsFromCallField(ExtendedAssembler *assembler, Register callField, Register numVregs) in GetNumVregsFromCallField()