Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp77 uint8_t *stackmapAddr = GetStackMapOrOffsetTableAddress(); in SetNonText()
136 uint8_t *stackmapAddr = GetStackMapOrOffsetTableAddress(); in SetData()
191 uint8_t *stackmapAddr = GetStackMapOrOffsetTableAddress(); in SetBaselineCodeData()
237 uint8_t *stackmapAddr = GetStackMapOrOffsetTableAddress(); in CalCallSiteInfo()
280 uint8_t *MachineCode::GetStackMapOrOffsetTableAddress() const in GetStackMapOrOffsetTableAddress() function in panda::ecmascript::MachineCode
Dmachine_code.h200 uint8_t *GetStackMapOrOffsetTableAddress() const;
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3421 const uint8_t *offsetTableAddr = machineCode->GetStackMapOrOffsetTableAddress(); in RuntimeGetBytecodePcOfstForBaseline()