Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.cpp355 return gatePtr->GetJSBytecodeMetaData()->GetPcOffset(); in TryGetPcOffset()
379 return gatePtr->GetJSBytecodeMetaData()->GetType(); in TryGetPGOType()
389 const_cast<JSBytecodeMetaData *>(gatePtr->GetJSBytecodeMetaData())->SetType(type); in TrySetPGOType()
398 return gatePtr->GetJSBytecodeMetaData()->GetElementsKind(); in TryGetElementsKind()
408 const_cast<JSBytecodeMetaData *>(gatePtr->GetJSBytecodeMetaData())->SetElementsKind(kind); in TrySetElementsKind()
416 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()
Dgate.h241 const JSBytecodeMetaData* GetJSBytecodeMetaData() const in GetJSBytecodeMetaData() function
Dcircuit.cpp165 auto opcode = gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in PrintAllGatesWithBytecode()