Home
last modified time | relevance | path

Searched refs:codeSize (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp126 size_t estimated_size = code.codeSize(); in TEST_F()
136 size_t code_size = code.codeSize(); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp42 uint32_t codeSize = cda.GetCodeSize(); in Initialize() local
43 SetHotnessCounter(EcmaInterpreter::GetHotnessCounter(codeSize)); in Initialize()
Dpanda_file_translator.cpp87 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in TranslateClasses() local
92 TranslateBytecode(jsPandaFile, codeSize, insns, methodLiteral); in TranslateClasses()
94 TranslateBytecode(jsPandaFile, codeSize, insns, methodLiteral, recordName); in TranslateClasses()
/arkcompiler/runtime_core/compiler/tests/amd64/
Dasmjit_test.cpp199 size_t estimated_size = code.codeSize(); in TEST_F()
209 size_t code_size = code.codeSize(); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.h74 static inline int16_t GetHotnessCounter(uint32_t codeSize);
Dinterpreter-inl.h7410 int16_t EcmaInterpreter::GetHotnessCounter(uint32_t codeSize) in GetHotnessCounter() argument
7412 auto result = codeSize * METHOD_HOTNESS_THRESHOLD_FACTOR; in GetHotnessCounter()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp77 uint32_t codeSize = method->GetCodeSize(); in MethodEntry() local
83 auto bcInsLast = bcIns.JumpTo(codeSize); in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp115 uint32_t codeSize = codeDataAccessor.GetCodeSize(); in ProcessClasses() local
120 CollectMethodPcsFromBC(codeSize, insns, methodLiteral, classNameVec, in ProcessClasses()