Home
last modified time | relevance | path

Searched defs:active (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js715 { id: "50", active: "a", value: 12 }, property
716 { id: "51", active: "a", value: 15 } property
719 { id: "50", active: "a", value: 10 }, property
720 { id: "51", active: "a", value: 11 }, property
721 { id: "52", active: "a", value: 13 } property
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dthread_state.cpp92 void ThreadState::SetBreakpointsActive(bool active) in SetBreakpointsActive()
Ddebuggable_thread.cpp95 void DebuggableThread::SetBreakpointsActive(bool active) in SetBreakpointsActive()
Dinspector.cpp229 void Inspector::SetBreakpointsActive(PtThread thread, bool active) in SetBreakpointsActive()
Dinspector_server.cpp410 bool active; in OnCallDebuggerSetBreakpointsActive() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_linear_scan.h64 InstructionsIntervals active; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_lsra.h823 MapleSet<LiveInterval *, ActiveCmp> active; variable