| /arkcompiler/runtime_core/static_core/tests/panda/run/panda-options/ |
| H A 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/plugins/ets/runtime/ |
| H A D | ets_coroutine.cpp | 131 Method *entrypoint = GetManagedEntrypoint(); in GetReturnType() local
|
| H A D | ets_vm.cpp | 384 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 D | panda.cpp | 98 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 D | runtime_calls.cpp | 38 llvm::FunctionCallee GetPandaRuntimeFunctionCallee(int entrypoint, llvm::FunctionType *functionProto, in GetPandaRuntimeFunctionCallee() argument
|
| /arkcompiler/runtime_core/static_core/panda/ |
| H A D | panda.cpp | 69 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 D | coroutine.h | 69 Method *entrypoint; member 272 Method *entrypoint = nullptr; global() member 288 NativeEntrypointInfo::NativeEntrypointFunc entrypoint; global() member [all...] |
| H A D | coroutine_manager.cpp | 85 Coroutine *CoroutineManager::CreateCoroutineInstance(CompletionEvent *completionEvent, Method *entrypoint, in CreateCoroutineInstance() argument
|
| H A D | threaded_coroutine_manager.cpp | 155 Coroutine *ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch() argument 339 Coroutine *ThreadedCoroutineManager::LaunchImpl(CompletionEvent *completionEvent, Method *entrypoint, in LaunchImpl() argument
|
| H A D | stackful_coroutine_manager.cpp | 282 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 D | panda_vm.cpp | 56 Expected<int, Runtime::Error> PandaVM::InvokeEntrypoint(Method *entrypoint, const std::vector<std::string> &args) in InvokeEntrypoint() argument
|
| H A D | signal_handler.cpp | 251 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 D | gc_barriers.cpp | 55 auto entrypoint = in EmitPreWRB() local
|
| H A D | llvm_ir_constructor.cpp | 3200 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 D | ark_gvn.cpp | 90 auto entrypoint = builder.CreateLoad(builder.getPtrTy(), entrypointPtr); in CreateCallBuiltin() local
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| H A D | core_vm.cpp | 211 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 D | builtins_base.h | 108 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 D | codegen-inl.h | 183 void Codegen::CallBarrier(RegMask liveRegs, VRegMask liveVregs, std::variant<EntrypointId, Reg> entrypoint, in CallBarrier() argument
|
| H A D | encode_visitor.cpp | 694 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 D | codegen.cpp | 1085 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 D | codegen_intrinsics_ets.cpp | 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()->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 D | entrypoints.cpp | 1167 extern "C" int IsCompiled(const void *entrypoint) in IsCompiled() argument
|