Home
last modified time | relevance | path

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

/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.h162 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
Daot_compiler_preprocessor.cpp358 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
471 bool isFastCall = methodLiteral->IsFastCall(); in GenerateMethodMap() local
Dmcr_gate_meta_data.h212 uint16_t dependsIn, uint32_t valuesIn, uint64_t value, bool needPushArgv, bool isFastCall) in NewConstructMetaData()
Dhcr_circuit_builder.cpp512 bool needPushArgv, bool isFastCall) in CallNew()
Dslowpath_lowering.cpp3658 bool isFastCall = acc_.IsFastCall(gate); in LowerCallNew() local
3717 …ing::LowerNewFastCall(GateRef gate, GateRef glue, GateRef func, bool needPushArgv, bool isFastCall, in LowerNewFastCall()
Dtyped_bytecode_lowering.cpp1971 bool isFastCall = method->IsFastCall(); in LowerTypedNewObjRange() local
Dstub_builder.cpp11746 GateRef isFastCall = IsFastCall(method); in SetCompiledCodeFlagToFunctionFromMethod() local
12583 GateRef isFastCall = GetIsFastCall(machineCode); in TryToJitReuseCompiledFunc() local
Dstub_builder-inl.h3652 …bBuilder::SetCompiledFuncEntry(GateRef glue, GateRef jsFunc, GateRef codeEntry, GateRef isFastCall) in SetCompiledFuncEntry()
/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.cpp643 std::vector<JSTaggedType> JSFunction::GetArgsData(JSThread *thread, bool isFastCall, JSHandle<JSTag… in GetArgsData()
1297 void JSFunctionBase::SetCompiledFuncEntry(uintptr_t codeEntry, bool isFastCall) in SetCompiledFuncEntry()
1305 …ion::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool isFastCall) in SetJitCompiledFuncEntry()
Djs_function.h70 void SetIsCompiledFastCall(bool isFastCall) in SetIsCompiledFastCall()
/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.cpp395 bool isFastCall = JSFunctionBase::IsFastCallFromCallTarget(thread_, callTarget); in CollectVirtualRegisters() local
625 bool isFastCall = func->IsCompiledFastCall(); // get this flag before clear it in ClearCompiledCodeStatusWhenDeopt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h124 void SetFunction(size_t index, LLVMValueRef func, bool isFastCall) in SetFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp393 bool isFastCall = mainFuncEntry.isFastCall; in SetAOTMainFuncEntry() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3639 bool isFastCall = func->IsCompiledFastCall(); // get this flag before clear it in DEF_RUNTIME_STUBS() local