| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | codegen_intrinsics_ets.cpp | 125 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/ |
| D | panda.cpp | 99 … 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/ |
| D | panda.cpp | 70 … 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/ |
| D | coroutine.h | 84 Method *entrypoint; member 109 NativeEntrypointFunc entrypoint; member 369 Method *entrypoint = nullptr; member 385 NativeEntrypointInfo::NativeEntrypointFunc entrypoint; member
|
| D | threaded_coroutine_manager.cpp | 181 bool ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch() 200 [[maybe_unused]] Method *entrypoint, in LaunchImmediately()
|
| D | stackful_coroutine_manager.cpp | 427 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/ |
| D | panda_options.cpp | 66 std::string entrypoint = std::string(main_class) + "::" + std::string(main_function); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | signal_handler.cpp | 218 …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
|
| D | panda_vm.cpp | 54 Expected<int, Runtime::Error> PandaVM::InvokeEntrypoint(Method *entrypoint, const std::vector<std::… in InvokeEntrypoint()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | builtins_base.h | 108 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/ |
| D | core_vm.cpp | 211 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/ |
| D | interop_test_helper.cpp | 34 std::string entrypoint(testName.data()); in RunAbcFileOnArkJSVM() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | gc_barriers.cpp | 55 auto entrypoint = in EmitPreWRB() local
|
| D | llvm_ir_constructor.cpp | 3504 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/ |
| D | runtime_calls.cpp | 38 llvm::FunctionCallee GetPandaRuntimeFunctionCallee(int entrypoint, llvm::FunctionType *functionProt… in GetPandaRuntimeFunctionCallee()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.cpp | 420 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
|
| D | ets_coroutine.cpp | 210 Method *entrypoint = GetManagedEntrypoint(); in GetReturnType() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | ark_gvn.cpp | 90 auto entrypoint = builder.CreateLoad(builder.getPtrTy(), entrypointPtr); in CreateCallBuiltin() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen-inl.h | 178 …egen::CallBarrier(RegMask liveRegs, VRegMask liveVregs, std::variant<EntrypointId, Reg> entrypoint, in CallBarrier()
|
| D | codegen.cpp | 1079 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
|
| D | encode_visitor.cpp | 696 …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/ |
| D | entrypoints.cpp | 1207 extern "C" int IsCompiled(const void *entrypoint) in IsCompiled()
|