Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h110 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall()
326 void SetIsFastCall(bool isFastCall) in SetIsFastCall()
Djs_function.cpp360 std::vector<JSTaggedType> JSFunction::GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, in GetArgsData()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp110 llvmModule_->IteratefuncIndexMap([&](size_t idx, LLVMValueRef func, bool isFastCall) { in CollectFuncEntryInfo()
142 bool isFastCall; in CollectFuncEntryInfo() local
Dllvm_ir_builder.h130 void SetFunction(size_t index, LLVMValueRef func, bool isFastCall) in SetFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp208 bool isFastCall; in SetAOTMainFuncEntry() local