Home
last modified time | relevance | path

Searched defs:startReg (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp504 uint32_t startReg = READ_INST_8_1(); // this in InitBytecodeInfo() local
528 uint32_t startReg = READ_INST_8_2(); in InitBytecodeInfo() local
537 uint32_t startReg = READ_INST_8_3(); in InitBytecodeInfo() local
545 int32_t startReg = READ_INST_8_1(); in InitBytecodeInfo() local
550 int32_t startReg = READ_INST_8_1(); in InitBytecodeInfo() local
559 int32_t startReg = READ_INST_8_1(); in InitBytecodeInfo() local
579 int32_t startReg = READ_INST_8_2(); in InitBytecodeInfo() local
587 int32_t startReg = READ_INST_8_3(); in InitBytecodeInfo() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1196 void PandaGen::CallThis(const ir::AstNode *node, VReg startReg, size_t argCount) in CallThis()
1236 void PandaGen::Call(const ir::AstNode *node, VReg startReg, size_t argCount) in Call()
1275 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall()
1308 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1159 int32_t startReg; in RunInternal() local