Home
last modified time | relevance | path

Searched defs:bcSize (Results 1 – 4 of 4) 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()
76 size_t bcSize; member
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h85 bool IsSmallMethod(size_t bcSize) const in IsSmallMethod()
Dframe_states.cpp173 auto bcSize = bcBuilder_->GetLastBcIndex() + 1; // 1: +1 pcOffsets size in AnalyzeLiveness() local