Home
last modified time | relevance | path

Searched defs:bcSize (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.h51 size_t bcSize; member
Dcompile_method.cpp46 void JITStats::EndCompilationWithStats(const std::string &methodName, bool isOsr, size_t bcSize, si… in EndCompilationWithStats()
73 static void EndCompilation(const std::string &methodName, bool isOsr, size_t bcSize, [[maybe_unused… in EndCompilation()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h85 bool IsSmallMethod(size_t bcSize) const in IsSmallMethod()
Dframe_states.cpp169 auto bcSize = bcBuilder_->GetLastBcIndex() + 1; // 1: +1 pcOffsets size in DoBytecodeAnalysis() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dinvoke_cache.cpp164 uint32_t bcSize = method->GetCodeSize(); in DecideCanBeInlined() local