| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| H A D | pgo_type_generator.h | 32 uint32_t traceId = ComputeHashCode(result); in GenerateProfileType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.h | 27 GateRef traceId = 0;
member
|
| H A D | new_object_stub_builder.cpp | 1863 GateRef traceId = 0;
in LoadArrayHClassSlowPath() local
|
| H A D | stub_builder-inl.h | 3729 LoadHCIndexFromConstPool( GateRef cachedArray, GateRef cachedLength, GateRef traceId, Label *miss) LoadHCIndexFromConstPool() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_tracker.cpp | 44 int traceId = snapshot_->AddTraceNode(sequenceId, selfSize); in AllocationEvent() local
|
| H A D | heap_snapshot.h | 148 void SetTraceId(uint32_t traceId) in SetTraceId() argument 64 Node(NodeId id, uint32_t index, const CString *name, NodeType type, size_t size, size_t nativeSize, uint32_t traceId, JSTaggedType address, bool isLive = true) Node() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| H A D | pgo_type_parser.cpp | 105 auto traceId = rootType.GetId(); in RecordTypeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.cpp | 1398 auto traceId = static_cast<int32_t>(bytecodeArray - pfHeaderAddr); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1404 LOG_INST() << " traceId: " << std::hex << traceId; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1419 auto traceId = static_cast<int32_t>(bytecodeArray - pfHeaderAddr); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1425 LOG_INST() << " traceId: " << std::hex << traceId; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1580 auto traceId = static_cast<int32_t>(bytecodeArray - pfHeaderAddr); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1603 auto traceId = static_cast<int32_t>(bytecodeArray - pfHeaderAddr); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all...] |
| H A D | baseline_stubs.cpp | 677 GateRef traceId = Int32Argument(PARAM_INDEX(BaselineCreateemptyarrayImm8, TRACE_ID)); in GenerateCircuit() local 691 GateRef traceId = Int32Argument(PARAM_INDEX(BaselineCreateemptyarrayImm16, TRACE_ID)); in GenerateCircuit() local 774 GateRef traceId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm8Id16, TRACE_ID)); in GenerateCircuit() local 790 GateRef traceId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm16Id16, TRACE_ID)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_profiler.cpp | 260 auto traceId = in ProfileBytecode() local 274 auto traceId = in ProfileBytecode() local 409 void JITProfiler::ConvertCreateObject(uint32_t slotId, long bcOffset, [[maybe_unused]]int32_t traceId) in ConvertCreateObject() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 28 void PGOProfiler::RecordProfileType(JSHClass *hclass, JSPandaFile *pandaFile, int32_t traceId) in RecordProfileType() argument 917 auto traceId = in ProfileBytecode() local 931 auto traceId = in ProfileBytecode() local 1388 DumpCreateObject(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, uint32_t slotId, ProfileTypeInfo *profileTypeInfo, int32_t traceId) DumpCreateObject() argument
|