Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp384 bool GetTypeOffsetAndPrevOffsetFromFrameType(uintptr_t frameType, uintptr_t &typeOffset, uintptr_t &prevOffset) in GetTypeOffsetAndPrevOffsetFromFrameType() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h611 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson() argument
877 void AddTypeJson(const char *typeName, const T& type, std::string typeOffset, in AddTypeJson() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1194 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateIsInstanceObject() local
1213 auto typeOffset = GetGraph()->GetRuntime()->GetClassBaseOffset(GetGraph()->GetArch()); in CreateIsInstanceOther() local
1282 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateIsInstanceArrayObject() local
1335 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); in CreateCheckCastObject() local
1359 auto typeOffset = GetGraph()->GetRuntime()->GetClassBaseOffset(GetGraph()->GetArch()); in CreateCheckCastOther() local
1421 auto typeOffset = GetGraph()->GetRuntime()->GetClassTypeOffset(GetGraph()->GetArch()); CreateCheckCastArrayObject() local
[all...]

Completed in 10 milliseconds