Home
last modified time | relevance | path

Searched defs:methodSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h277 bool IsBigMethod(uint32_t methodSize) const in IsBigMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp236 void BinaryMplImport::ImportFieldsOfStructType(FieldVector &fields, uint32 methodSize) in ImportFieldsOfStructType()
264 uint32 methodSize = type.GetMethods().size(); in ImportStructTypeData() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp154 uint32_t methodSize = methodOffsetVec.size(); in CollectLiteralInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1220 size_t methodSize = GetGraph()->GetRuntime()->GetMethodCodeSize(ctx->method); in CheckMethodSize() local