/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/ |
H A D | main.cpp | 55 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 };
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | callconv.h | 228 : allocator_(allocator), encoder_(enc), regfile_(descr), mode_(mode) in CallingConvention() 269 return mode_; in GetMode() 274 return mode_.IsPanda(); in IsPandaMode() 279 return mode_.IsOsr(); in IsOsrMode() 284 return mode_.IsDynCall(); in IsDynCallMode() 334 CallConvMode mode_ {0};
|
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
H A D | paoc.h | 102 return mode_ == PaocMode::AOT || mode_ == PaocMode::LLVM; in IsAotMode() 132 return mode_ == PaocMode::LLVM; in IsLLVMAotMode() 159 PaocMode mode_ {PaocMode::AOT};
|
H A D | paoc.cpp | 257 paoc_->mode_ = PaocMode::AOT; in InitPaocMode() 259 paoc_->mode_ = PaocMode::JIT; in InitPaocMode() 261 paoc_->mode_ = PaocMode::OSR; in InitPaocMode() 263 paoc_->mode_ = PaocMode::LLVM; in InitPaocMode() 654 switch (mode_) { in Compile() 705 ASSERT(mode_ == PaocMode::JIT); in CompileJit() 723 ASSERT(mode_ == PaocMode::OSR); in CompileOsr()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_encoder.h | 33 : outDir_(outDir), hotnessThreshold_(hotnessThreshold), mode_(mode) in PGOProfilerEncoder() 84 mode_ = mode; in SetApGenMode() 121 ApGenMode mode_ {OVERWRITE};
|
H A D | pgo_profiler_info.h | 123 : id_(id), count_(count), mode_(mode) in PGOMethodInfo() 197 if (mode_ == SampleMode::HOTNESS_MODE) { in SetSampleMode() 200 mode_ = mode; in SetSampleMode() 205 return mode_; in GetSampleMode() 211 switch (mode_) { in GetSampleModeToString() 226 if (count_ < threshold && mode_ == SampleMode::CALL_MODE) { in IsFilter() 247 SampleMode mode_ {SampleMode::CALL_MODE};
|
H A D | pgo_profiler_encoder.cpp | 261 if ((mode_ == MERGE) && FileExist(realOutPath_.c_str())) { in InternalSave() 262 PGOProfilerEncoder encoder(realOutPath_, hotnessThreshold_, mode_); in InternalSave()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph.h | 156 mode_(mode), in Graph() 170 this, mode_); in CreateChildGraph() 887 return mode_.IsOsr(); in IsOsrMode() 892 return mode_.IsBytecodeOpt(); in IsBytecodeOptimizer() 897 return mode_.IsDynamicMethod(); in IsDynamicMethod() 902 return mode_.SupportManagedCode(); in SupportManagedCode() 907 return mode_; in GetMode() 912 mode_ = mode; in SetMode() 935 mode_.SetDynamicMethod(true); in SetDynamicMethod() 1083 GraphMode mode_; member [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph.h | 193 mode_(mode), in Graph() 208 GraphArgs {GetAllocator(), GetLocalAllocator(), GetArch(), method, GetRuntime()}, this, mode_); in CreateChildGraph() 1136 return mode_.IsOsr(); in IsOsrMode() 1146 return mode_.IsBytecodeOpt(); in IsBytecodeOptimizer() 1151 return mode_.IsDynamicMethod(); in IsDynamicMethod() 1157 return mode_.IsAbcKit(); in IsAbcKit() 1165 return mode_.SupportManagedCode(); in SupportManagedCode() 1170 return mode_; in GetMode() 1175 mode_ = mode; in SetMode() 1198 mode_ in SetDynamicMethod() 1412 GraphMode mode_; global() member [all...] |
H A D | graph.cpp | 487 bool isOptIrtoc = (mode_.IsInterpreter() || mode_.IsInterpreterEntry()) && IsIrtocPrologEpilogOptimized(); in GetCallingConvention() 490 mode_.SupportManagedCode(), IsOsrMode(), in GetCallingConvention()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | heap.h | 1427 mode_ = mode; in SetHeapMode() 1730 HeapMode mode_ { HeapMode::NORMAL };
|
H A D | heap.cpp | 898 if (readOnlySpace_ != nullptr && mode_ != HeapMode::SHARE) { in Destroy() 988 if (mode_ != HeapMode::SPAWN && in Resume()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | type_info_accessors.cpp | 605 if (mode_ == AccessMode::LOAD) { in GeneratePlr() 618 if (mode_ == AccessMode::LOAD) { in GeneratePlrInJIT()
|
H A D | type_info_accessors.h | 910 mode_(mode), in ObjectAccessTypeInfoAccessor() 942 AccessMode mode_; member in panda::ecmascript::kungfu::ObjectAccessTypeInfoAccessor
|