Searched defs:numVregs (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | frame_states.h | 32 explicit FrameStateInfo(size_t numVregs) : values_(numVregs), liveout_(numVregs) {} in FrameStateInfo()
|
| D | interpreter_stub-inl.h | 438 …GateRef numVregs = TruncInt64ToInt32(Int64And(Int64LSR(callField, Int64(MethodLiteral::NumVregsBit… in GetStartIdxAndNumArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | method_literal.cpp | 40 void MethodLiteral::Initialize(const JSPandaFile *jsPandaFile, uint32_t numVregs, uint32_t numArgs) in Initialize()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 692 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 …]
|
| D | interpreter_assembly.cpp | 3406 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/ |
| D | asm_interpreter_call.cpp | 1099 …Call::GetNumVregsFromCallField(ExtendedAssembler *assembler, Register callField, Register numVregs) in GetNumVregsFromCallField()
|