Home
last modified time | relevance | path

Searched defs:entrypoint (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h70 Method *entrypoint; member
95 NativeEntrypointFunc entrypoint; member
331 Method *entrypoint = nullptr; member
347 NativeEntrypointInfo::NativeEntrypointFunc entrypoint; member
Dcoroutine_manager.cpp85 …ne *CoroutineManager::CreateCoroutineInstance(CompletionEvent *completionEvent, Method *entrypoint, in CreateCoroutineInstance()
Dthreaded_coroutine_manager.cpp147 Coroutine *ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
331 …routine *ThreadedCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoint, in LaunchImpl()
Dstackful_coroutine_manager.cpp274 Coroutine *StackfulCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
384Method *entrypoint, PandaVector<Value> &&arguments, in ReuseCoroutineInstance()
468 …routine *StackfulCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoint, in LaunchImpl()
/arkcompiler/runtime_core/panda/
Dpanda.cpp99 … const panda::PandArg<std::string> &file, const panda::PandArg<std::string> &entrypoint, in PrepareArguments()
142 panda::PandArg<std::string> &entrypoint, RuntimeOptions &runtime_options) in ExecutePandaFile()
201 …panda::PandArg<std::string> entrypoint("entrypoint", "", "full name of entrypoint function or meth… in Main() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp125 RuntimeInterface::EntrypointId entrypoint) in GenerateSbAppendCall()
162 auto entrypoint = EntrypointId::STRING_BUILDER_APPEND_CHAR_COMPRESSED; in CreateStringBuilderAppendChar() local
175 auto entrypoint = RuntimeInterface::EntrypointId::STRING_BUILDER_APPEND_NULL_STRING; in EncodeSbAppendNullString() local
326 auto entrypoint = EntrypointId::STRING_BUILDER_TO_STRING; in CreateStringBuilderToString() local
345 auto entrypoint = EntrypointId::DOUBLE_TO_STRING_DECIMAL; in CreateDoubleToStringDecimal() local
353 auto entrypoint = RuntimeInterface::EntrypointId::CHAR_IS_WHITE_SPACE; in CreateCharIsWhiteSpace() local
/arkcompiler/runtime_core/static_core/panda/
Dpanda.cpp70 … const ark::PandArg<std::string> &file, const ark::PandArg<std::string> &entrypoint, in PrepareArguments()
109 …ark::PandArg<std::string> entrypoint("entrypoint", "", "full name of entrypoint function or method… in Main() local
/arkcompiler/runtime_core/static_core/tests/panda/run/panda-options/
Dpanda_options.cpp66 std::string entrypoint = std::string(main_class) + "::" + std::string(main_function); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h108 static constexpr BuiltinFunctionEntry Create(std::string_view name, EcmaEntrypoint entrypoint, in Create()
156 …constexpr BuiltinFunctionEntry(std::string_view name, EcmaEntrypoint entrypoint, uint64_t bitfield) in BuiltinFunctionEntry()
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp251 …auto entrypoint = reinterpret_cast<uintptr_t>((reinterpret_cast<Method *>(pmethod))->GetCompiledEn… in FindCompilerEntrypoint() local
313 uintptr_t entrypoint = FindCompilerEntrypoint(signalContext.GetFP()); in DetectSEGVFromCode() local
344 uintptr_t entrypoint = FindCompilerEntrypoint(signalContext.GetFP()); in DetectSEGVFromNullCheck() local
Dpanda_vm.cpp56 Expected<int, Runtime::Error> PandaVM::InvokeEntrypoint(Method *entrypoint, const std::vector<std::… in InvokeEntrypoint()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_coroutine.cpp134 Method *entrypoint = GetManagedEntrypoint(); in GetReturnType() local
Dets_vm.cpp381 bool PandaEtsVM::CheckEntrypointSignature(Method *entrypoint) in CheckEntrypointSignature()
456 Expected<int, Runtime::Error> PandaEtsVM::InvokeEntrypointImpl(Method *entrypoint, const std::vecto… in InvokeEntrypointImpl()
609 Method *entrypoint = coroutine->GetManagedEntrypoint(); in HandleEmptyArguments() local
692 Method *entrypoint = coroutine->GetManagedEntrypoint(); in UpdateVmRefs() local
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp211 bool PandaCoreVM::CheckEntrypointSignature(Method *entrypoint) in CheckEntrypointSignature()
259 Expected<int, Runtime::Error> PandaCoreVM::InvokeEntrypointImpl(Method *entrypoint, in InvokeEntrypointImpl()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Druntime_calls.cpp38 llvm::FunctionCallee GetPandaRuntimeFunctionCallee(int entrypoint, llvm::FunctionType *functionProt… in GetPandaRuntimeFunctionCallee()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dgc_barriers.cpp55 auto entrypoint = in EmitPreWRB() local
Dllvm_ir_constructor.cpp3174 auto entrypoint = RuntimeInterface::EntrypointId::CHECK_STORE_ARRAY_REFERENCE_DEOPTIMIZE; in VisitRefTypeCheck() local
3536 auto entrypoint = RuntimeInterface::EntrypointId::GET_UNKNOWN_STATIC_FIELD_MEMORY_ADDRESS; in VisitResolveObjectFieldStatic() local
4252 auto entrypoint = ctor->builder_.CreateLoad(ctor->builder_.getPtrTy(), entrypointPtr); in VisitCallResolvedStatic() local
4346 auto entrypoint = ctor->builder_.CreateLoad(ctor->builder_.getPtrTy(), entrypointPtr); in VisitCallResolvedVirtual() local
4514 auto entrypoint = RuntimeInterface::EntrypointId::UNRESOLVED_STORE_STATIC_BARRIERED; in VisitUnresolvedStoreStatic() local
4639 auto entrypoint = RuntimeInterface::EntrypointId::CHECK_CAST_INTERFACE; in VisitCheckCast() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dark_gvn.cpp90 auto entrypoint = builder.CreateLoad(builder.getPtrTy(), entrypointPtr); in CreateCallBuiltin() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen-inl.h183 …egen::CallBarrier(RegMask liveRegs, VRegMask liveVregs, std::variant<EntrypointId, Reg> entrypoint, in CallBarrier()
Dcodegen.cpp1088 bool Codegen::EmitCallRuntimeCode(Inst *inst, std::variant<EntrypointId, Reg> entrypoint) in EmitCallRuntimeCode()
1552 auto entrypoint = EntrypointId::RESOLVE_UNKNOWN_VIRTUAL_CALL; in EmitResolveUnknownVirtual() local
2436 …auto entrypoint = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::STRING_HASH_CODE_COMP… in CreateStringHashCode() local
Dencode_visitor.cpp693 …EntrypointId entrypoint = inst->CastToBoundsCheck()->IsArray() ? EntrypointId::ARRAY_INDEX_OUT_OF_… in VisitBoundsCheck() local
1345 EntrypointId entrypoint = EntrypointId::GET_UNKNOWN_STATIC_FIELD_MEMORY_ADDRESS; // REFERENCE in VisitResolveObjectFieldStatic() local
1438 auto entrypoint = RuntimeInterface::EntrypointId::UNRESOLVED_STORE_STATIC_BARRIERED; in VisitUnresolvedStoreStatic() local
1998 EntrypointId entrypoint = inst->CastToBoundsCheckI()->IsArray() in VisitBoundsCheckI() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1167 extern "C" int IsCompiled(const void *entrypoint) in IsCompiled()