| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_annotation.cpp | 26 panda_file::File::EntityId EtsAnnotation::FindAsyncAnnotation(Method *method) in FindAsyncAnnotation() argument
|
| H A D | ets_stubs-inl.h | 61 auto method = stack.GetMethod(); in GetMethodOwnerClassInFrames() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | runtime_helpers.cpp | 32 Method *method = stack.GetMethod(); in PrintStackTrace() local
|
| /arkcompiler/runtime_core/static_core/verification/config/context/ |
| H A D | context.cpp | 26 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ |
| H A D | server_endpoint_base.cpp | 21 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 D | server.h | 38 void Call(const char *method, std::function<void(JsonObjectBuilder &)> &¶ms) 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 D | profiling-inl.h | 25 inline void ClearProfile([[maybe_unused]] const BytecodeInstruction &inst, [[maybe_unused]] Method *method, in ClearProfile() argument
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | css_impl.cpp | 24 Method method = GetMethodEnum(request.GetMethod()); in Dispatch() local 36 CssImpl::DispatcherImpl::Method CssImpl::DispatcherImpl::GetMethodEnum(const std::string& method) in GetMethodEnum() argument
|
| H A D | overlay_impl.cpp | 26 Method method = GetMethodEnum(request.GetMethod()); in Dispatch() local 38 OverlayImpl::DispatcherImpl::Method OverlayImpl::DispatcherImpl::GetMethodEnum(const std::string& method) in GetMethodEnum() argument
|
| H A D | dom_impl.cpp | 24 Method method = GetMethodEnum(request.GetMethod()); in Dispatch() local 36 DomImpl::DispatcherImpl::Method DomImpl::DispatcherImpl::GetMethodEnum(const std::string& method) in GetMethodEnum() argument
|
| H A D | target_impl.cpp | 24 Method method = GetMethodEnum(request.GetMethod()); in Dispatch() local 36 TargetImpl::DispatcherImpl::Method TargetImpl::DispatcherImpl::GetMethodEnum(const std::string& method) in GetMethodEnum() argument
|
| H A D | page_impl.cpp | 24 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 D | profiling_runner_test.cpp | 67 auto method = runner.GetMethod("foo"); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | profiling_runner_test.cpp | 67 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 D | SamplerNapiTest.cpp | 50 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 D | cflow_info.cpp | 42 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 D | scope_info_extractor.cpp | 29 Method *method = FrameHandler(thread).GetMethod(); in GenerateScopeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | test_runtime_stubs.cpp | 68 JSHandle<Method> method = factory->NewMethodForNativeFunction(reinterpret_cast<void *>(codeEntry)); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | runtime_adapter.h | 178 MethodCast(RuntimeInterface::MethodPtr method) MethodCast() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| H A D | llvm_aot_builder.h | 42 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 D | ets_codegen_extensions.cpp | 20 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 D | ets_interop_runtime_interface-inl.h | 57 auto method = MethodCast(methodPtr); variable 87 auto method = MethodCast(methodPtr); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| H A D | stack_trace_test.cpp | 65 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 D | interpreter_test_resolve_field.cpp | 105 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 D | interpreter_test_resolve_ctor_class.cpp | 103 Method *method = klass->GetDirectMethod(utf::CStringAsMutf8("foo")); in TEST_F() local
|