Home
last modified time | relevance | path

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

/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
331 …auto entrypoint = GetStringBuilderAppendStringsEntrypointId(2U, GetGraph()->GetRuntime()->GetPostT… in CreateStringBuilderAppendStrings() local
338 …auto entrypoint = GetStringBuilderAppendStringsEntrypointId(3U, GetGraph()->GetRuntime()->GetPostT… in CreateStringBuilderAppendStrings() local
346 …auto entrypoint = GetStringBuilderAppendStringsEntrypointId(4U, GetGraph()->GetRuntime()->GetPostT… in CreateStringBuilderAppendStrings() local
397 auto entrypoint = EntrypointId::STRING_BUILDER_TO_STRING; in CreateStringBuilderToString() local
417 auto entrypoint = EntrypointId::DOUBLE_TO_STRING_DECIMAL; in CreateDoubleToStringDecimal() local
435 auto entrypoint = RuntimeInterface::EntrypointId::CHAR_IS_WHITE_SPACE; in CreateCharIsWhiteSpace() local
579 auto entrypoint = EntrypointId::INT8_ARRAY_FILL_INTERNAL_FAST_PATH; in CreateInt8ArrayFillInternal() local
[all …]
/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/panda/
Dpanda.cpp70 … const ark::PandArg<std::string> &file, const ark::PandArg<std::string> &entrypoint, in PrepareArguments()
124 … ark::PandArg<std::string> &file, ark::PandArg<std::string> &entrypoint) in GetPandArgParser()
170 …ark::PandArg<std::string> entrypoint("entrypoint", "", "full name of entrypoint function or method… in Main() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h84 Method *entrypoint; member
109 NativeEntrypointFunc entrypoint; member
369 Method *entrypoint = nullptr; member
385 NativeEntrypointInfo::NativeEntrypointFunc entrypoint; member
Dthreaded_coroutine_manager.cpp181 bool ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
200 [[maybe_unused]] Method *entrypoint, in LaunchImmediately()
Dstackful_coroutine_manager.cpp427 bool StackfulCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch()
435 …l StackfulCoroutineManager::LaunchImmediately(CompletionEvent *completionEvent, Method *entrypoint, in LaunchImmediately()
/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/runtime_core/static_core/runtime/
Dsignal_handler.cpp218 …auto entrypoint = reinterpret_cast<uintptr_t>((reinterpret_cast<Method *>(pmethod))->GetCompiledEn… in FindCompilerEntrypoint() local
261 static std::optional<NullCheckEPInfo> LookupNullCheckEntrypoint(uintptr_t pc, uintptr_t entrypoint) in LookupNullCheckEntrypoint()
355 uintptr_t const entrypoint = FindCompilerEntrypoint(signalContext.GetFP()); in Action() local
Dpanda_vm.cpp54 Expected<int, Runtime::Error> PandaVM::InvokeEntrypoint(Method *entrypoint, const std::vector<std::… in InvokeEntrypoint()
/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/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/plugins/ets/tests/interop_js/test_helper/
Dinterop_test_helper.cpp34 std::string entrypoint(testName.data()); in RunAbcFileOnArkJSVM() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dgc_barriers.cpp55 auto entrypoint = in EmitPreWRB() local
Dllvm_ir_constructor.cpp3504 auto entrypoint = RuntimeInterface::EntrypointId::CHECK_STORE_ARRAY_REFERENCE_DEOPTIMIZE; in VisitRefTypeCheck() local
3878 auto entrypoint = RuntimeInterface::EntrypointId::GET_UNKNOWN_STATIC_FIELD_MEMORY_ADDRESS; in VisitResolveObjectFieldStatic() local
4594 auto entrypoint = ctor->builder_.CreateLoad(ctor->builder_.getPtrTy(), entrypointPtr); in VisitCallResolvedStatic() local
4688 auto entrypoint = ctor->builder_.CreateLoad(ctor->builder_.getPtrTy(), entrypointPtr); in VisitCallResolvedVirtual() local
4856 auto entrypoint = RuntimeInterface::EntrypointId::UNRESOLVED_STORE_STATIC_BARRIERED; in VisitUnresolvedStoreStatic() local
4981 auto entrypoint = RuntimeInterface::EntrypointId::CHECK_CAST_INTERFACE; in VisitCheckCast() local
/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/plugins/ets/runtime/
Dets_vm.cpp420 bool PandaEtsVM::CheckEntrypointSignature(Method *entrypoint) in CheckEntrypointSignature()
500 Expected<int, Runtime::Error> PandaEtsVM::InvokeEntrypointImpl(Method *entrypoint, const std::vecto… in InvokeEntrypointImpl()
639 Method *entrypoint = coroutine->GetManagedEntrypoint(); in HandleEmptyArguments() local
748 Method *entrypoint = coroutine->GetManagedEntrypoint(); in UpdateManagedEntrypointArgRefs() local
Dets_coroutine.cpp210 Method *entrypoint = GetManagedEntrypoint(); in GetReturnType() 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.h178 …egen::CallBarrier(RegMask liveRegs, VRegMask liveVregs, std::variant<EntrypointId, Reg> entrypoint, in CallBarrier()
Dcodegen.cpp1079 bool Codegen::EmitCallRuntimeCode(Inst *inst, std::variant<EntrypointId, Reg> entrypoint) in EmitCallRuntimeCode()
1544 auto entrypoint = EntrypointId::RESOLVE_UNKNOWN_VIRTUAL_CALL; in EmitResolveUnknownVirtual() local
2499 …auto entrypoint = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::STRING_HASH_CODE_COMP… in CreateStringHashCode() local
Dencode_visitor.cpp696 …EntrypointId entrypoint = inst->CastToBoundsCheck()->IsArray() ? EntrypointId::ARRAY_INDEX_OUT_OF_… in VisitBoundsCheck() local
1347 EntrypointId entrypoint = EntrypointId::GET_UNKNOWN_STATIC_FIELD_MEMORY_ADDRESS; // REFERENCE in VisitResolveObjectFieldStatic() local
1441 auto entrypoint = RuntimeInterface::EntrypointId::UNRESOLVED_STORE_STATIC_BARRIERED; in VisitUnresolvedStoreStatic() local
2002 EntrypointId entrypoint = inst->CastToBoundsCheckI()->IsArray() in VisitBoundsCheckI() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1207 extern "C" int IsCompiled(const void *entrypoint) in IsCompiled()