Searched defs:isFastCall (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 125 void Method::SetCompiledFuncEntry(uintptr_t codeEntry, bool isFastCall) in SetCompiledFuncEntry()
|
| D | method.h | 111 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall() 327 void SetIsFastCall(bool isFastCall) in SetIsFastCall()
|
| D | js_function.cpp | 472 std::vector<JSTaggedType> JSFunction::GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, in GetArgsData()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | litecg_ir_builder.h | 70 void SetFunction(size_t index, std::string funcName, bool isFastCall) in SetFunction()
|
| D | file_generators.cpp | 138 llvmModule->IteratefuncIndexMap([&](size_t idx, LLVMValueRef func, bool isFastCall) { in CollectFuncEntryInfo() 173 bool isFastCall; in CollectFuncEntryInfo() local 204 lmirModule->IteratefuncIndexMap([&](size_t idx, std::string funcName, bool isFastCall) { in CollectFuncEntryInfoByLiteCG() 237 bool isFastCall; in CollectFuncEntryInfoByLiteCG() local
|
| D | llvm_ir_builder.h | 116 void SetFunction(size_t index, LLVMValueRef func, bool isFastCall) in SetFunction()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 277 bool isFastCall; in SetAOTMainFuncEntry() local
|