Home
last modified time | relevance | path

Searched defs:canFastCall (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dliteral_data_extractor.cpp341 bool canFastCall = false; in DefineMethodInLiteral() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.h254 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo() argument
261 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall() argument
H A Dbytecode_info_collector.cpp174 bool canFastCall = true; in CollectMethodPcsFromBC() local
283 CollectMethodInfoFromBC(const BytecodeInstruction &bcIns, const MethodLiteral *method, int32_t bcIndex, const std::shared_ptr<CString> recordNamePtr, bool *canFastCall, bool *canTypedCall) CollectMethodInfoFromBC() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp182 NewSMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) NewSMethod() argument
H A Dobject_factory.cpp2035 NewMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) NewMethod() argument
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp390 SetAOTFuncEntry(const JSPandaFile *jsPandaFile, JSFunction *function, Method *method, uint32_t entryIndex, bool *canFastCall) SetAOTFuncEntry() argument

Completed in 21 milliseconds