Home
last modified time | relevance | path

Searched refs:GetJSBytecodeMetaData (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h229 const JSBytecodeMetaData* GetJSBytecodeMetaData() const in GetJSBytecodeMetaData() function
Dgate_accessor.cpp176 return gatePtr->GetJSBytecodeMetaData()->GetBytecodeIndex(); in GetBytecodeIndex()
183 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()
Dcircuit.cpp122 auto opcode = gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in PrintAllGatesWithBytecode()