Home
last modified time | relevance | path

Searched refs:bcSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dinvoke_cache.cpp163 uint32_t bcSize = method->GetCodeSize(); in DecideCanBeInlined() local
164 return (bcSize > 0 && bcSize < MAX_INLINED_BYTECODE_SIZE); // 0 is invalid in DecideCanBeInlined()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h146 bool IsSmallMethod(size_t bcSize) const in IsSmallMethod() argument
148 return bcSize <= maxInlineBytecodesCount_; in IsSmallMethod()