Searched defs:canFastCall (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.h | 631 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo() 638 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall()
|
D | bytecode_info_collector.cpp | 244 bool canFastCall = true; in CollectMethodPcsFromBC() local 392 std::vector<panda_file::File::EntityId> &classConstructIndexes, bool *canFastCall) in CollectMethodInfoFromBC()
|
D | type_mcr_lowering.cpp | 1015 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/ |
D | aot_file_manager.cpp | 223 uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | literal_data_extractor.cpp | 224 bool canFastCall = false; in DefineMethodInLiteral() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_hclass.cpp | 129 bool isOptimized, bool canFastCall) in Initialize()
|
D | object_factory.cpp | 389 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()
|