Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp125 void Method::SetCompiledFuncEntry(uintptr_t codeEntry, bool isFastCall) in SetCompiledFuncEntry()
Dmethod.h111 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall()
327 void SetIsFastCall(bool isFastCall) in SetIsFastCall()
Djs_function.cpp472 std::vector<JSTaggedType> JSFunction::GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, in GetArgsData()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.h70 void SetFunction(size_t index, std::string funcName, bool isFastCall) in SetFunction()
Dfile_generators.cpp138 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
Dllvm_ir_builder.h116 void SetFunction(size_t index, LLVMValueRef func, bool isFastCall) in SetFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp277 bool isFastCall; in SetAOTMainFuncEntry() local