Home
last modified time | relevance | path

Searched defs:method (Results 1 - 25 of 365) sorted by relevance

12345678910>>...15

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_annotation.cpp26 panda_file::File::EntityId EtsAnnotation::FindAsyncAnnotation(Method *method) in FindAsyncAnnotation() argument
H A Dets_stubs-inl.h61 auto method = stack.GetMethod(); in GetMethodOwnerClassInFrames() local
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime_helpers.cpp32 Method *method = stack.GetMethod(); in PrintStackTrace() local
/arkcompiler/runtime_core/static_core/verification/config/context/
H A Dcontext.cpp26 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
H A Dserver_endpoint_base.cpp21 void ServerEndpointBase::Call(const std::string &sessionId, const char *method, in Call() argument
27 OnCall( const char *method, std::function<void(const std::string &, JsonObjectBuilder &, const JsonObject &)> &&handler) OnCall() argument
H A Dserver.h38 void Call(const char *method, std::function<void(JsonObjectBuilder &)> &&params) in Call() argument
43 void Call(const std::string &sessionId, const char *method) in Call() argument
48 void Call(const char *method) in Call() argument
/arkcompiler/runtime_core/static_core/runtime/profiling/
H A Dprofiling-inl.h25 inline void ClearProfile([[maybe_unused]] const BytecodeInstruction &inst, [[maybe_unused]] Method *method, in ClearProfile() argument
/arkcompiler/toolchain/tooling/agent/
H A Dcss_impl.cpp24 Method method = GetMethodEnum(request.GetMethod()); in Dispatch() local
36 CssImpl::DispatcherImpl::Method CssImpl::DispatcherImpl::GetMethodEnum(const std::string& method) in GetMethodEnum() argument
H A Doverlay_impl.cpp26 Method method = GetMethodEnum(request.GetMethod()); in Dispatch() local
38 OverlayImpl::DispatcherImpl::Method OverlayImpl::DispatcherImpl::GetMethodEnum(const std::string& method) in GetMethodEnum() argument
H A Ddom_impl.cpp24 Method method = GetMethodEnum(request.GetMethod()); in Dispatch() local
36 DomImpl::DispatcherImpl::Method DomImpl::DispatcherImpl::GetMethodEnum(const std::string& method) in GetMethodEnum() argument
H A Dtarget_impl.cpp24 Method method = GetMethodEnum(request.GetMethod()); in Dispatch() local
36 TargetImpl::DispatcherImpl::Method TargetImpl::DispatcherImpl::GetMethodEnum(const std::string& method) in GetMethodEnum() argument
H A Dpage_impl.cpp24 Method method = GetMethodEnum(request.GetMethod()); in Dispatch() local
36 PageImpl::DispatcherImpl::Method PageImpl::DispatcherImpl::GetMethodEnum(const std::string& method) in GetMethodEnum() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dprofiling_runner_test.cpp67 auto method = runner.GetMethod("foo"); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dprofiling_runner_test.cpp67 auto method = runner.GetMethod("foo"); in TEST_F() local
82 auto method = runner.GetMethod("foo"); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
H A DSamplerNapiTest.cpp50 ets_method method = env->GetStaticp_method(cls, "SlowETSFunction", "I:I"); in ETS_ETSGLOBAL_NativeNAPISlowFunction() local
57 ets_method method = env->GetStaticp_method(cls, "FastETSFunction", ":I"); in ETS_ETSGLOBAL_NativeNAPIFastFunction() local
/arkcompiler/runtime_core/static_core/verification/cflow/
H A Dcflow_info.cpp42 VerificationStatus CflowMethodInfo::FillCodeMaps(Method const *method) in FillCodeMaps() argument
73 VerificationStatus CflowMethodInfo::ProcessCatchBlocks(Method const *method) in ProcessCatchBlocks() argument
128 PandaUniquePtr<CflowMethodInfo> GetCflowMethodInfo(Method const *method) in GetCflowMethodInfo() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dscope_info_extractor.cpp29 Method *method = FrameHandler(thread).GetMethod(); in GenerateScopeInfo() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Dtest_runtime_stubs.cpp68 JSHandle<Method> method = factory->NewMethodForNativeFunction(reinterpret_cast<void *>(codeEntry)); in DEF_RUNTIME_STUBS() local
/arkcompiler/runtime_core/bytecode_optimizer/
H A Druntime_adapter.h178 MethodCast(RuntimeInterface::MethodPtr method) MethodCast() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Dllvm_aot_builder.h42 void AddMethodHeader(Method *method, size_t methodIndex) in AddMethodHeader() argument
53 void AdjustMethodHeader(const CompiledMethod &method, size_t index) in AdjustMethodHeader() argument
63 AdjustMethod(const CompiledMethod &method, size_t index) AdjustMethod() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_codegen_extensions.cpp20 inline void Codegen::PrepareForCallLaunchVirtual(CallInst *callInst, RuntimeInterface::MethodPtr method, Reg &thisReg, in PrepareForCallLaunchVirtual() argument
69 auto method = callInst->GetCallMethod(); in LaunchCallCodegen() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dets_interop_runtime_interface-inl.h57 auto method = MethodCast(methodPtr); variable
87 auto method = MethodCast(methodPtr); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dstack_trace_test.cpp65 auto method = env->GetStaticp_method(klass, "invokeException", ":V"); in TEST_F() local
96 auto method = env->GetStaticp_method(klass, "invokeUnhandledException", ":V"); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test_resolve_field.cpp105 Method *method = klass->GetDirectMethod(utf::CStringAsMutf8("get")); in TEST_F() local
120 Method *method = klass->GetDirectMethod(utf::CStringAsMutf8("get")); in TEST_F() local
H A Dinterpreter_test_resolve_ctor_class.cpp103 Method *method = klass->GetDirectMethod(utf::CStringAsMutf8("foo")); in TEST_F() local

Completed in 7 milliseconds

12345678910>>...15