Home
last modified time | relevance | path

Searched defs:canFastCall (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h631 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo()
638 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall()
Dbytecode_info_collector.cpp244 bool canFastCall = true; in CollectMethodPcsFromBC() local
392 std::vector<panda_file::File::EntityId> &classConstructIndexes, bool *canFastCall) in CollectMethodInfoFromBC()
Dtype_mcr_lowering.cpp1015 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSFastCallTargetTypeCheck() local
1074 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSFastCallThisTargetTypeCheck() local
1092 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSNoGCFastCallThisTargetTypeCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp223 uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp224 bool canFastCall = false; in DefineMethodInLiteral() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp129 bool isOptimized, bool canFastCall) in Initialize()
Dobject_factory.cpp389 bool isOptimized, bool canFastCall) in NewEcmaHClass()
1440 bool isOptimized, bool canFastCall) in CreateFunctionClass()
1620 JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod()
4235 bool isOptimized, bool canFastCall) in NewJSFunction()