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.h625 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson()
914 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson()
925 std::string typeOffset) const in GetTypeJson()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp312 bool GetTypeOffsetAndPrevOffsetFromFrameType(uintptr_t frameType, uintptr_t &typeOffset, uintptr_t … in GetTypeOffsetAndPrevOffsetFromFrameType()
739 uintptr_t typeOffset = 0; in ArkGetNextFrame() local
808 uintptr_t typeOffset = 0; in ArkGetNextFrameWithJit() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1569 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateIsInstanceObject() local
1588 auto typeOffset = GetGraph()->GetRuntime()->GetClassBaseOffset(GetGraph()->GetArch()); in CreateIsInstanceOther() local
1657 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateIsInstanceArrayObject() local
1710 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateCheckCastObject() local
1734 auto typeOffset = GetGraph()->GetRuntime()->GetClassBaseOffset(GetGraph()->GetArch()); in CreateCheckCastOther() local
1796 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateCheckCastArrayObject() local