Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/panda/run/panda-options/
H A Dpanda_options.cpp66 std::string entrypoint = std::string(main_class) + "::" + std::string(main_function); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_coroutine.cpp131 Method *entrypoint = GetManagedEntrypoint(); in GetReturnType() local
H A Dets_vm.cpp384 bool PandaEtsVM::CheckEntrypointSignature(Method *entrypoint) in CheckEntrypointSignature() argument
459 Expected<int, Runtime::Error> PandaEtsVM::InvokeEntrypointImpl(Method *entrypoint, const std::vector<std::string> &args) in InvokeEntrypointImpl() argument
612 Method *entrypoint = coroutine->GetManagedEntrypoint(); HandleEmptyArguments() local
[all...]
/arkcompiler/runtime_core/panda/
H A Dpanda.cpp98 PrepareArguments(panda::PandArgParser *pa_parser, const RuntimeOptions &runtime_options, const panda::PandArg<std::string> &file, const panda::PandArg<std::string> &entrypoint, const panda::PandArg<bool> &help, int argc, const char **argv) PrepareArguments() argument
141 ExecutePandaFile(panda::PandArg<bool> &options, panda::PandArgParser &pa_parser, panda::PandArg<std::string> &file, panda::PandArg<std::string> &entrypoint, RuntimeOptions &runtime_options) ExecutePandaFile() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Druntime_calls.cpp38 llvm::FunctionCallee GetPandaRuntimeFunctionCallee(int entrypoint, llvm::FunctionType *functionProto, in GetPandaRuntimeFunctionCallee() argument
/arkcompiler/runtime_core/static_core/panda/
H A Dpanda.cpp69 PrepareArguments(ark::PandArgParser *paParser, const RuntimeOptions &runtimeOptions, const ark::PandArg<std::string> &file, const ark::PandArg<std::string> &entrypoint, const ark::PandArg<bool> &help) PrepareArguments() argument
128 GetPandArgParser(ark::PandArg<bool> &help, ark::PandArg<bool> &options, ark::PandArg<std::string> &file, ark::PandArg<std::string> &entrypoint) GetPandArgParser() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine.h69 Method *entrypoint; member
272 Method *entrypoint = nullptr; global() member
288 NativeEntrypointInfo::NativeEntrypointFunc entrypoint; global() member
[all...]
H A Dcoroutine_manager.cpp85 Coroutine *CoroutineManager::CreateCoroutineInstance(CompletionEvent *completionEvent, Method *entrypoint, in CreateCoroutineInstance() argument
H A Dthreaded_coroutine_manager.cpp155 Coroutine *ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch() argument
339 Coroutine *ThreadedCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoint, in LaunchImpl() argument
H A Dstackful_coroutine_manager.cpp282 Coroutine *StackfulCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch() argument
483 Coroutine *StackfulCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoint, in LaunchImpl() argument
391 ReuseCoroutineInstance(Coroutine *co, CompletionEvent *completionEvent, Method *entrypoint, PandaVector<Value> &&arguments, PandaString name) ReuseCoroutineInstance() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dpanda_vm.cpp56 Expected<int, Runtime::Error> PandaVM::InvokeEntrypoint(Method *entrypoint, const std::vector<std::string> &args) in InvokeEntrypoint() argument
H A Dsignal_handler.cpp251 auto entrypoint = reinterpret_cast<uintptr_t>((reinterpret_cast<Method *>(pmethod))->GetCompiledEntryPoint()); in FindCompilerEntrypoint() local
313 uintptr_t entrypoint = FindCompilerEntrypoint(signalContext.GetFP()); in DetectSEGVFromCode() local
344 uintptr_t entrypoint = FindCompilerEntrypoint(signalContext.GetFP()); DetectSEGVFromNullCheck() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dgc_barriers.cpp55 auto entrypoint = in EmitPreWRB() local
H A Dllvm_ir_constructor.cpp3200 auto entrypoint = RuntimeInterface::EntrypointId::CHECK_STORE_ARRAY_REFERENCE_DEOPTIMIZE; in VisitRefTypeCheck() local
3562 auto entrypoint = RuntimeInterface::EntrypointId::GET_UNKNOWN_STATIC_FIELD_MEMORY_ADDRESS; in VisitResolveObjectFieldStatic() local
4278 auto entrypoint = ctor->builder_.CreateLoad(ctor->builder_.getPtrTy(), entrypointPtr); in VisitCallResolvedStatic() local
4372 auto entrypoint = ctor->builder_.CreateLoad(ctor->builder_.getPtrTy(), entrypointPtr); in VisitCallResolvedVirtual() local
4540 auto entrypoint in VisitUnresolvedStoreStatic() local
4665 auto entrypoint = RuntimeInterface::EntrypointId::CHECK_CAST_INTERFACE; VisitCheckCast() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_gvn.cpp90 auto entrypoint = builder.CreateLoad(builder.getPtrTy(), entrypointPtr); in CreateCallBuiltin() local
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_vm.cpp211 bool PandaCoreVM::CheckEntrypointSignature(Method *entrypoint) in CheckEntrypointSignature() argument
259 Expected<int, Runtime::Error> PandaCoreVM::InvokeEntrypointImpl(Method *entrypoint, in InvokeEntrypointImpl() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/base/
H A Dbuiltins_base.h108 static constexpr BuiltinFunctionEntry Create(std::string_view name, EcmaEntrypoint entrypoint, in Create() argument
156 constexpr BuiltinFunctionEntry(std::string_view name, EcmaEntrypoint entrypoint, uint64_t bitfield) in BuiltinFunctionEntry() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen-inl.h183 void Codegen::CallBarrier(RegMask liveRegs, VRegMask liveVregs, std::variant<EntrypointId, Reg> entrypoint, in CallBarrier() argument
H A Dencode_visitor.cpp694 EntrypointId entrypoint = inst->CastToBoundsCheck()->IsArray() ? EntrypointId::ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION in VisitBoundsCheck() local
1342 EntrypointId entrypoint = EntrypointId::GET_UNKNOWN_STATIC_FIELD_MEMORY_ADDRESS; // REFERENCE in VisitResolveObjectFieldStatic() local
1435 auto entrypoint = RuntimeInterface::EntrypointId::UNRESOLVED_STORE_STATIC_BARRIERED; in VisitUnresolvedStoreStatic() local
1995 EntrypointId entrypoint = inst->CastToBoundsCheckI()->IsArray() in VisitBoundsCheckI() local
[all...]
H A Dcodegen.cpp1085 bool Codegen::EmitCallRuntimeCode(Inst *inst, std::variant<EntrypointId, Reg> entrypoint) in EmitCallRuntimeCode() argument
1549 auto entrypoint = EntrypointId::RESOLVE_UNKNOWN_VIRTUAL_CALL; in EmitResolveUnknownVirtual() local
2452 auto entrypoint in CreateStringHashCode() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dcodegen_intrinsics_ets.cpp162 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()->GetPostType()); in CreateStringBuilderAppendStrings() local
338 auto entrypoint in CreateStringBuilderAppendStrings() local
124 GenerateSbAppendCall(Codegen *cg, IntrinsicInst *inst, SbAppendArgs args, RuntimeInterface::EntrypointId entrypoint) GenerateSbAppendCall() argument
346 auto entrypoint = GetStringBuilderAppendStringsEntrypointId(4U, GetGraph()->GetRuntime()->GetPostType()); CreateStringBuilderAppendStrings() local
397 auto entrypoint = EntrypointId::STRING_BUILDER_TO_STRING; CreateStringBuilderToString() local
417 auto entrypoint = EntrypointId::DOUBLE_TO_STRING_DECIMAL; CreateDoubleToStringDecimal() local
425 auto entrypoint = RuntimeInterface::EntrypointId::CHAR_IS_WHITE_SPACE; CreateCharIsWhiteSpace() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1167 extern "C" int IsCompiled(const void *entrypoint) in IsCompiled() argument

Completed in 34 milliseconds