Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp156 bool isFastCall = IsFastCall(); in InitInterpreterStatusForCompiledMethod() local
Dmethod.h107 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall()
340 void SetIsFastCall(bool isFastCall) in SetIsFastCall()
Djs_function.cpp579 std::vector<JSTaggedType> JSFunction::GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, in GetArgsData()
1243 void JSFunctionBase::SetCompiledFuncEntry(uintptr_t codeEntry, bool isFastCall) in SetCompiledFuncEntry()
1251 …ion::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool isFastCall) in SetJitCompiledFuncEntry()
Djs_function.h65 void SetIsCompiledFastCall(bool isFastCall) in SetIsCompiledFastCall()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp149 llvmModule->IteratefuncIndexMap([&](size_t idx, LLVMValueRef func, bool isFastCall) { in CollectFuncEntryInfo()
184 bool isFastCall; in CollectFuncEntryInfo() local
215 lmirModule->IteratefuncIndexMap([&](size_t idx, std::string funcName, bool isFastCall) { in CollectFuncEntryInfoByLiteCG()
248 bool isFastCall; in CollectFuncEntryInfoByLiteCG() local
Daot_compiler_preprocessor.h160 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
Daot_compiler_preprocessor.cpp360 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
469 bool isFastCall = methodLiteral->IsFastCall(); in GenerateMethodMap() local
Dstub_builder.cpp11033 GateRef isFastCall = IsFastCall(method); in SetCompiledCodeFlagToFunctionFromMethod() local
11153 GateRef isFastCall = GetIsFastCall(machineCode); in TryToJitReuseCompiledFunc() local
Dstub_builder-inl.h3438 …bBuilder::SetCompiledFuncEntry(GateRef glue, GateRef jsFunc, GateRef codeEntry, GateRef isFastCall) in SetCompiledFuncEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.h70 void SetFunction(size_t index, std::string funcName, bool isFastCall) in SetFunction()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp361 bool isFastCall = JSFunctionBase::IsFastCallFromCallTarget(callTarget); in CollectVirtualRegisters() local
567 bool isFastCall = func->IsCompiledFastCall(); // get this flag before clear it in ClearCompiledCodeStatusWhenDeopt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h118 void SetFunction(size_t index, LLVMValueRef func, bool isFastCall) in SetFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp374 bool isFastCall = mainFuncEntry.isFastCall; in SetAOTMainFuncEntry() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3491 bool isFastCall = func->IsCompiledFastCall(); // get this flag before clear it in SaveFrameToContext() local