/arkcompiler/toolchain/tooling/backend/ |
D | js_pt_hooks.cpp | 26 debugger_->NotifyPaused(location, OTHER); in DebuggerStmt() 35 debugger_->NotifyPaused(location, OTHER); in Breakpoint() 60 debugger_->NotifyPaused({}, OTHER); in SingleStep()
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackgetter.h | 27 OTHER = 0, enumerator 40 RunningState state = RunningState::OTHER;
|
D | js_stackgetter.cpp | 217 return RunningState::OTHER; in GetRunningState()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | js_debugger_interface.h | 39 OTHER, enumerator
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_profiler_interface.h | 30 enum class DumpFormat { JSON, BINARY, OTHER }; enumerator
|
D | heap_profiler.cpp | 240 case DumpFormat::OTHER: in GenDumpFileName()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_compare_op.h | 47 OTHER, enumerator
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | gc_stats.h | 36 OTHER, enumerator 225 GCReason reason_ {GCReason::OTHER};
|
D | heap.h | 268 void CollectGarbage(TriggerGCType gcType, GCReason reason = GCReason::OTHER);
|
D | sparse_space.cpp | 425 …p_->GetEcmaVM()->GetEcmaGCStats()->RecordStatisticBeforeGC(TriggerGCType::OLD_GC, GCReason::OTHER); in SelectCSet()
|
D | gc_stats.cpp | 555 return GCType::OTHER; in GetGCType()
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
D | ic_compareop_test.cpp | 111 … JSTaggedValue::True(), CompareOpType::OTHER); in HWTEST_F_L0() 177 … JSTaggedValue::True(), CompareOpType::OTHER); in HWTEST_F_L0() 244 … JSTaggedValue::True(), CompareOpType::OTHER); in HWTEST_F_L0() 313 … JSTaggedValue::True(), CompareOpType::OTHER); in HWTEST_F_L0() 382 … JSTaggedValue::True(), CompareOpType::OTHER); in HWTEST_F_L0() 452 … JSTaggedValue::True(), CompareOpType::OTHER); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | common.h | 50 OTHER, enumerator
|
D | ecma_vm.h | 201 void CollectGarbage(TriggerGCType gcType, GCReason reason = GCReason::OTHER) const;
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | graph_linearizer.h | 188 OTHER, enumerator 201 StateKind stateKind_ {StateKind::OTHER};
|
/arkcompiler/runtime_core/docs/ |
D | memory-management-SW-requirements.md | 54 # 4. INTERACTION WITH OTHER COMPONENTS
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | IrToPicture.js | 35 static OTHER = 1 << INTYPE.other; field in NODE_TYPE_MASK 78 mask = NODE_TYPE_MASK.OTHER;
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | samples_record.h | 192 RunningState previousState_ = RunningState::OTHER;
|
D | samples_record.cpp | 116 previousState_ = RunningState::OTHER; in AddSample() 137 previousState_ = RunningState::OTHER; in AddEmptyStackSample() 141 previousState_ = RunningState::OTHER; in AddEmptyStackSample()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | dfx_jsnapi_tests.cpp | 302 const_cast<ecmascript::Heap *>(heap)->CollectGarbage(TriggerGCType::OLD_GC, GCReason::OTHER); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_test.cpp | 396 heapProfile->DumpHeapSnapshot(DumpFormat::OTHER, &stream, &testProgress, true, true, false); in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/test/ |
D | debugger_events_test.cpp | 108 ….SetReason(PauseReason::OOM).SetReason(PauseReason::OTHER).SetReason(PauseReason::PROMISEREJECTION) in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_events.h | 141 case OTHER: { in GetReasonString()
|