Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h611 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson()
877 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson()
888 std::string typeOffset) const in GetTypeJson()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp377 bool GetTypeOffsetAndPrevOffsetFromFrameType(uintptr_t frameType, uintptr_t &typeOffset, uintptr_t … in GetTypeOffsetAndPrevOffsetFromFrameType()
835 uintptr_t typeOffset = 0; in ArkGetNextFrame() local
915 uintptr_t typeOffset = 0; in ArkGetNextFrameWithJit() local
1413 uintptr_t typeOffset = 0; in ArkGetNextFrame() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1202 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateIsInstanceObject() local
1221 auto typeOffset = GetGraph()->GetRuntime()->GetClassBaseOffset(GetGraph()->GetArch()); in CreateIsInstanceOther() local
1290 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateIsInstanceArrayObject() local
1343 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateCheckCastObject() local
1367 auto typeOffset = GetGraph()->GetRuntime()->GetClassBaseOffset(GetGraph()->GetArch()); in CreateCheckCastOther() local
1429 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateCheckCastArrayObject() local