Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp135 StringId nameOrIndex = edge->GetType() == EdgeType::ELEMENT ? in SerializeEdges() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dcommon.h94 uint32_t nameOrIndex = 0; member
Drawheap_translate.cpp494 void RawHeapTranslateV1::CreateEdge(Node *node, uint64_t addr, uint32_t nameOrIndex, EdgeType type) in CreateEdge()
800 void RawHeapTranslateV2::CreateEdge(Node *node, Node *to, uint32_t nameOrIndex, EdgeType type) in CreateEdge()