Home
last modified time | relevance | path

Searched defs:isOsr (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.h50 bool isOsr; member
H A Dinplace_task_runner.h42 void SetOsr(bool isOsr) in SetOsr() argument
H A Dcompile_method.cpp46 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 Dtarget.cpp134 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 Dcode_info_tables.h69 static constexpr uint32_t CreateProperties(bool isOsr, bool hasRegmap) in CreateProperties() argument
H A Dcode_info_builder.cpp56 bool isOsr = ss->GetOpcode() == Opcode::SaveStateOsr; in BeginStackMap() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp678 bool Paoc::CompileInGraph(CompilingContext *ctx, std::string methodName, bool isOsr) in CompileInGraph() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp48 bool Compiler::IsCompilationExpired(Method *method, bool isOsr) in IsCompilationExpired() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp1036 bool isOsr = GetGraph()->IsOsrMode(); in CreateVRegForRegister() local

Completed in 11 milliseconds