Home
last modified time | relevance | path

Searched refs:OTHER (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp26 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/
Djs_stackgetter.h27 OTHER = 0, enumerator
40 RunningState state = RunningState::OTHER;
Djs_stackgetter.cpp217 return RunningState::OTHER; in GetRunningState()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_interface.h39 OTHER, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.h30 enum class DumpFormat { JSON, BINARY, OTHER }; enumerator
Dheap_profiler.cpp240 case DumpFormat::OTHER: in GenDumpFileName()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_compare_op.h47 OTHER, enumerator
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h36 OTHER, enumerator
225 GCReason reason_ {GCReason::OTHER};
Dheap.h268 void CollectGarbage(TriggerGCType gcType, GCReason reason = GCReason::OTHER);
Dsparse_space.cpp425 …p_->GetEcmaVM()->GetEcmaGCStats()->RecordStatisticBeforeGC(TriggerGCType::OLD_GC, GCReason::OTHER); in SelectCSet()
Dgc_stats.cpp555 return GCType::OTHER; in GetGCType()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_compareop_test.cpp111 … 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/
Dcommon.h50 OTHER, enumerator
Decma_vm.h201 void CollectGarbage(TriggerGCType gcType, GCReason reason = GCReason::OTHER) const;
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h188 OTHER, enumerator
201 StateKind stateKind_ {StateKind::OTHER};
/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md54 # 4. INTERACTION WITH OTHER COMPONENTS
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrToPicture.js35 static OTHER = 1 << INTYPE.other; field in NODE_TYPE_MASK
78 mask = NODE_TYPE_MASK.OTHER;
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h192 RunningState previousState_ = RunningState::OTHER;
Dsamples_record.cpp116 previousState_ = RunningState::OTHER; in AddSample()
137 previousState_ = RunningState::OTHER; in AddEmptyStackSample()
141 previousState_ = RunningState::OTHER; in AddEmptyStackSample()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp302 const_cast<ecmascript::Heap *>(heap)->CollectGarbage(TriggerGCType::OLD_GC, GCReason::OTHER); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp396 heapProfile->DumpHeapSnapshot(DumpFormat::OTHER, &stream, &testProgress, true, true, false); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp108 ….SetReason(PauseReason::OOM).SetReason(PauseReason::OTHER).SetReason(PauseReason::PROMISEREJECTION) in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h141 case OTHER: { in GetReasonString()