Home
last modified time | relevance | path

Searched defs:bcSize (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.h51 size_t bcSize; member
H A Dcompile_method.cpp46 void JITStats::EndCompilationWithStats(const std::string &methodName, bool isOsr, size_t bcSize, size_t codeSize) in EndCompilationWithStats() argument
76 size_t bcSize; member
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dinvoke_cache.cpp164 uint32_t bcSize = method->GetCodeSize(); in DecideCanBeInlined() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp169 auto bcSize = bcBuilder_->GetLastBcIndex() + 1; // 1: +1 pcOffsets size in DoBytecodeAnalysis() local

Completed in 6 milliseconds