Searched defs:canFastCall (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | literal_data_extractor.cpp | 341 bool canFastCall = false; in DefineMethodInLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecode_info_collector.h | 254 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 D | bytecode_info_collector.cpp | 174 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 D | shared_object_factory.cpp | 182 NewSMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) NewSMethod() argument
|
| H A D | object_factory.cpp | 2035 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 D | aot_file_manager.cpp | 390 SetAOTFuncEntry(const JSPandaFile *jsPandaFile, JSFunction *function, Method *method, uint32_t entryIndex, bool *canFastCall) SetAOTFuncEntry() argument
|
Completed in 21 milliseconds