Home
last modified time | relevance | path

Searched refs:GetHeaderIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dindex_accessor.h51 uint16_t GetHeaderIndex() const in GetHeaderIndex() function
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp393 int32_t index = static_cast<int32_t>(indexAccessor.GetHeaderIndex()); in FindConstpool()
400 int32_t index = static_cast<int32_t>(indexAccessor.GetHeaderIndex()); in FindOrCreateConstPool()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h88 int32_t index = static_cast<int32_t>(indexAccessor.GetHeaderIndex()); in CreateConstPool()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1213 return static_cast<int32_t>(indexAccessor.GetHeaderIndex()); in GetConstantPoolIDByMethodOffset()