Home
last modified time | relevance | path

Searched refs:mode_ (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
Dmain.cpp55 return mode_; in GetMode()
79 mode_ = Mode::TO_TEXT; in ParseCommand()
82 mode_ = Mode::TO_BINARY; in ParseCommand()
91 mode_ = Mode::MERGE; in ParseCommand()
96 mode_ = Mode::VERSION_QUERY; in ParseCommand()
134 Mode mode_ { Mode::TO_TEXT }; member in panda::ecmascript::Option
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.h70 mode_(mode), in ObjectAccessHelper()
82 return mode_; in GetAccessMode()
87 return mode_ == AccessMode::LOAD; in IsLoading()
107 AccessMode mode_ {};
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h29 : outDir_(outDir), hotnessThreshold_(hotnessThreshold), mode_(mode) {} in PGOProfilerEncoder()
54 mode_ = mode; in SetApGenMode()
76 ApGenMode mode_ {OVERWRITE};
Dpgo_profiler_encoder.cpp159 if ((mode_ == MERGE) && FileExist(realOutPath_.c_str())) { in InternalSave()
160 PGOProfilerEncoder encoder(realOutPath_, hotnessThreshold_, mode_); in InternalSave()
Dpgo_profiler_info.h341 : id_(id), count_(count), mode_(mode) in PGOMethodInfo()
415 if (mode_ == SampleMode::HOTNESS_MODE) { in SetSampleMode()
418 mode_ = mode; in SetSampleMode()
423 return mode_; in GetSampleMode()
429 switch (mode_) { in GetSampleModeToString()
444 if (count_ < threshold && mode_ == SampleMode::CALL_MODE) { in IsFilter()
463 SampleMode mode_ {SampleMode::CALL_MODE};
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h156 mode_(mode), in Graph()
170 this, mode_); in CreateChildGraph()
885 return mode_.IsOsr(); in IsOsrMode()
890 return mode_.IsBytecodeOpt(); in IsBytecodeOptimizer()
895 return mode_.IsDynamicMethod(); in IsDynamicMethod()
900 return mode_.SupportManagedCode(); in SupportManagedCode()
905 return mode_; in GetMode()
910 mode_ = mode; in SetMode()
933 mode_.SetDynamicMethod(true); in SetDynamicMethod()
1081 GraphMode mode_; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h487 mode_ = mode; in SetHeapMode()
658 HeapMode mode_ { HeapMode::NORMAL };
Dheap.cpp176 if (readOnlySpace_ != nullptr && mode_ != HeapMode::SHARE) { in Destroy()
247 if (mode_ != HeapMode::SPAWN && in Resume()