Searched defs:isOsr (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/ |
| H A D | compile_method.h | 50 bool isOsr; member
|
| H A D | inplace_task_runner.h | 42 void SetOsr(bool isOsr) in SetOsr() argument
|
| H A D | compile_method.cpp | 46 void JITStats::EndCompilationWithStats(const std::string &methodName, bool isOsr, size_t bcSize, size_t codeSize) in EndCompilationWithStats() argument 75 bool isOsr; member 158 static uint8_t *GetEntryPoint(EmitCodeArgs &&args, [[maybe_unused]] Method *method, [[maybe_unused]] bool isOsr, in GetEntryPoint() argument 227 auto isOsr in CheckCompilation() local 321 auto isOsr = taskCtx.IsOsr(); CompileInGraph() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| H A D | target.cpp | 134 Create([[maybe_unused]] ArenaAllocator *arenaAllocator, [[maybe_unused]] Encoder *enc, [[maybe_unused]] RegistersDescription *descr, [[maybe_unused]] Arch arch, bool isPandaAbi, bool isOsr, bool isDyn, [[maybe_unused]] bool printAsm, bool isOptIrtoc) Create() argument
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| H A D | code_info_tables.h | 69 static constexpr uint32_t CreateProperties(bool isOsr, bool hasRegmap) in CreateProperties() argument
|
| H A D | code_info_builder.cpp | 56 bool isOsr = ss->GetOpcode() == Opcode::SaveStateOsr; in BeginStackMap() local
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| H A D | paoc.cpp | 678 bool Paoc::CompileInGraph(CompilingContext *ctx, std::string methodName, bool isOsr) in CompileInGraph() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | compiler.cpp | 48 bool Compiler::IsCompilationExpired(Method *method, bool isOsr) in IsCompilationExpired() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | codegen.cpp | 1036 bool isOsr = GetGraph()->IsOsrMode(); in CreateVRegForRegister() local
|
Completed in 11 milliseconds