Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp42 uint32_t codeSize = cda.GetCodeSize(); in Initialize() local
Dpanda_file_translator.cpp87 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in TranslateClasses() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp77 uint32_t codeSize = method->GetCodeSize(); in MethodEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp115 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in ProcessClasses() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7428 int16_t EcmaInterpreter::GetHotnessCounter(uint32_t codeSize) in GetHotnessCounter()