Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Demit.h314 return javaInsnCount; in GetJavaInsnCount()
345 javaInsnCount = (javaInsnCount + 1) & (~0x1UL);
348 javaInsnCount += n;
352 Emit(javaInsnCount *);
359 return javaInsnCount > kHugeSoInsnCountThreshold; in NeedToDealWithHugeSo()
420 uint64 javaInsnCount = 0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp3729 …(javaInsnCount < (static_cast<uint64>(hugeSoSeqence) * static_cast<uint64>(kHugeSoInsnCountThresho… in EmitHugeSoRoutines()
3745 javaInsnCount += kSizeOfHugesoRoutine; in EmitHugeSoRoutines()