Home
last modified time | relevance | path

Searched defs:isOptimized (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp992 GateRef isOptimized = builder_.IsOptimized(func); in LowerJSCallTargetTypeCheck() local
1037 GateRef isOptimized = builder_.IsOptimizedAndNotFastCall(func); in LowerJSCallThisTargetTypeCheck() local
1055 GateRef isOptimized = builder_.IsOptimizedAndNotFastCall(func); in LowerJSNoGCCallThisTargetTypeCheck() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp129 bool isOptimized, bool canFastCall) in Initialize()
Dobject_factory.cpp389 bool isOptimized, bool canFastCall) in NewEcmaHClass()
1438 bool isOptimized, bool canFastCall) in CreateFunctionClass()
4235 bool isOptimized, bool canFastCall) in NewJSFunction()