Home
last modified time | relevance | path

Searched defs:isCritical (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dcfg_mst.cpp71 void CFGMST<Edge, BB>::AddEdge(BB *src, BB *dest, uint64 w, bool isCritical, bool isFake) in AddEdge()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/include/
Dinstrument.h100 bool isCritical; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp88 extern "C" uint32_t EtsNapiCalcStackArgsSpaceSize(Method *method, bool isCritical) in EtsNapiCalcStackArgsSpaceSize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h1009 bool isCritical = false; variable