Searched defs:traceId (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_type_generator.h | 32 uint32_t traceId = ComputeHashCode(result.second); in GenerateProfileType() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_tracker.cpp | 44 int traceId = snapshot_->AddTraceNode(sequenceId, selfSize); in AllocationEvent() local
|
| D | heap_snapshot.h | 153 void SetTraceId(uint32_t traceId) in SetTraceId()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 27 GateRef traceId = 0; member
|
| D | new_object_stub_builder.cpp | 2198 GateRef traceId = 0; in LoadArrayHClassSlowPath() local
|
| D | stub_builder-inl.h | 4180 GateRef glue, GateRef cachedArray, GateRef cachedLength, GateRef traceId, Label *miss) in LoadHCIndexFromConstPool()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_parser.cpp | 105 auto traceId = rootType.GetId(); in RecordTypeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 287 auto traceId = in ProfileBytecode() local 299 auto traceId = in ProfileBytecode() local 448 …d JITProfiler::ConvertCreateObject(uint32_t slotId, long bcOffset, [[maybe_unused]]int32_t traceId) in ConvertCreateObject()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 25 void PGOProfiler::RecordProfileType(JSHClass *hclass, JSPandaFile *pandaFile, int32_t traceId) in RecordProfileType() 859 auto traceId = in ProfileBytecode() local 873 auto traceId = in ProfileBytecode() local 1352 … uint32_t slotId, ProfileTypeInfo *profileTypeInfo, int32_t traceId) in DumpCreateObject()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 1403 auto traceId = static_cast<int32_t>(bytecodeArray - pfHeaderAddr); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1426 auto traceId = static_cast<int32_t>(bytecodeArray - pfHeaderAddr); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1589 auto traceId = static_cast<int32_t>(bytecodeArray - pfHeaderAddr); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1614 auto traceId = static_cast<int32_t>(bytecodeArray - pfHeaderAddr); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| D | baseline_stubs.cpp | 678 GateRef traceId = Int32Argument(PARAM_INDEX(BaselineCreateemptyarrayImm8, TRACE_ID)); in GenerateCircuit() local 692 GateRef traceId = Int32Argument(PARAM_INDEX(BaselineCreateemptyarrayImm16, TRACE_ID)); in GenerateCircuit() local 775 GateRef traceId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm8Id16, TRACE_ID)); in GenerateCircuit() local 791 GateRef traceId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm16Id16, TRACE_ID)); in GenerateCircuit() local
|