Home
last modified time | relevance | path

Searched defs:method (Results 776 - 800 of 1255) sorted by relevance

1...<<31323334353637383940>>...51

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp61 auto method = graph->GetMethod(); in ReplaceTypeofWithIsInstance() local
207 auto method = runtime->ResolveLookUpCall(rawField, klassPtr, IS_STORE); in TryInsertCallInst() local
235 auto method = intrinsic->GetMethod(); PeepholeLdObjByName() local
257 auto method = intrinsic->GetMethod(); PeepholeStObjByName() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp26 InstBuilder::InstBuilder(Graph *graph, RuntimeInterface::MethodPtr method, CallInst *callerInst, uint32_t inliningDepth) in InstBuilder() argument
692 auto method = graph->GetMethod(); in IsInConstructor() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dreserve_string_builder_buffer.cpp223 auto method = graph->GetMethod(); in CreateInstructionNewObjectsArray() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.cpp398 ParamAnnotationsItem::ParamAnnotationsItem(MethodItem *method, bool isRuntimeAnnotations) in ParamAnnotationsItem() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_class_wrapper.cpp273 Method *method = etsClass_->GetDirectMethod(name, signature)->GetPandaMethod(); in CalculateProperties() local
399 auto method = std::get<EtsMethodSet *>(p); CalculateFieldsAndMethods() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_TypeCreator.cpp93 PandasmMethodCreator CreateCopiedMethod(TypeCreatorCtx *ctx, const std::string &prefix, EtsMethod *method) in CreateCopiedMethod() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Di2c_bridge_test.cpp131 static void VoidNoArg(Method *method) in VoidNoArg() argument
137 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() argument
166 static void InstanceVoidNoArg(Method *method, ObjectHeader *thisHeader) in InstanceVoidNoArg() argument
202 static uint8_t ByteNoArg(Method *method) in ByteNoArg() argument
237 static int8_t SignedByteNoArg(Method *method) in SignedByteNoArg() argument
272 BoolNoArg(Method *method) BoolNoArg() argument
300 ShortNoArg(Method *method) ShortNoArg() argument
328 SignedShortNoArg(Method *method) SignedShortNoArg() argument
356 IntNoArg(Method *method) IntNoArg() argument
384 LongNoArg(Method *method) LongNoArg() argument
412 DoubleNoArg(Method *method) DoubleNoArg() argument
440 ObjNoArg(Method *method) ObjNoArg() argument
468 VoidInt(Method *method, int32_t a0) VoidInt() argument
506 InstanceVoidInt(Method *method, ObjectHeader *thisHeader, int32_t a0) InstanceVoidInt() argument
547 VoidVReg(Method *method, int64_t value) VoidVReg() argument
585 VoidIntVReg(Method *method, int32_t a0, int64_t value) VoidIntVReg() argument
626 Void3Int(Method *method, int32_t a0, int32_t a1, int32_t a2) Void3Int() argument
667 Void2IntLongInt(Method *method, int32_t a0, int32_t a1, int64_t a2, int32_t a3) Void2IntLongInt() argument
709 VoidLong(Method *method, int64_t a0) VoidLong() argument
741 VoidDouble(Method *method, double a0) VoidDouble() argument
773 Void4Int(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3) Void4Int() argument
815 Void2Long(Method *method, int64_t a0, int64_t a1) Void2Long() argument
848 Void4IntDouble(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, double a4) Void4IntDouble() argument
880 Void7Int(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6) Void7Int() argument
914 Void7Int8Double(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, double d0, double d1, double d2, double d3, double d4, double d5, double d6, double d7) Void7Int8Double() argument
975 Void8Int(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, int32_t a7) Void8Int() argument
1011 Void6IntVReg(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int64_t value) Void6IntVReg() argument
1046 Void7IntVReg(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, int64_t value) Void7IntVReg() argument
1082 Void8Int9Double(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, int32_t a7, double d0, double d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8) Void8Int9Double() argument
[all...]
H A Dclass_linker_test.cpp600 auto *method = klass->GetDirectMethod(utf::CStringAsMutf8("main")); in TEST_F() local
663 auto *method = klass->GetDirectMethod(utf::CStringAsMutf8(methodName)); in GetMethod() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dlanguage_context.h313 std::pair<Method *, uint32_t> GetCatchMethodAndOffset(Method *method, ManagedThread *thread) const in GetCatchMethodAndOffset() argument
H A Druntime_notification.h49 virtual void BytecodePcChanged([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method, in BytecodePcChanged() argument
57 virtual void ExceptionThrow([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method, in ExceptionThrow() argument
62 virtual void ExceptionCatch([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method, in ExceptionCatch() argument
77 virtual void MethodEntry([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) {} in MethodEntry() argument
78 virtual void MethodExit([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) {} in MethodExit() argument
97 virtual void ExceptionCatch([[maybe_unused]] const ManagedThread *thread, [[maybe_unused]] const Method *method, in ExceptionCatch() argument
249 void BytecodePcChangedEvent(ManagedThread *thread, Method *method, uint32_t bcOffset) in BytecodePcChangedEvent() argument
284 void ExceptionThrowEvent(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionThrowEvent() argument
297 ExceptionCatchEvent(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) ExceptionCatchEvent() argument
355 MethodEntryEvent(ManagedThread *thread, Method *method) MethodEntryEvent() argument
366 MethodExitEvent(ManagedThread *thread, Method *method) MethodExitEvent() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp649 ir::MethodDefinition *method = (*it)->AsMethodDefinition(); in FindAsyncImpl() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserClasses.cpp470 auto *method = AllocNode<ir::MethodDefinition>(methodKind, methodName->Clone(Allocator(), nullptr)->AsExpression(), in ParseClassMethodDefinition() local
503 auto *method = in ParseClassMethod() local
605 ir::MethodDefinition *method = ParseClassMethod(&desc, properties, methodName, &propEnd); ParseClassGetterSetterMethod() local
623 ir::MethodDefinition *method = ParseInterfaceMethod(modifiers, methodKind); ParseInterfaceGetterSetterMethod() local
915 auto *method = AllocNode<ir::MethodDefinition>(methodKind, name->Clone(Allocator(), nullptr)->AsExpression(), ParseInterfaceMethod() local
935 auto *method = ParseInterfaceMethod(methodFlags, ir::MethodDefinitionKind::METHOD); ParseTypeLiteralOrInterfaceMember() local
956 auto *method = ParseInterfaceMethod(ir::ModifierFlags::PUBLIC, ir::MethodDefinitionKind::METHOD); ParseTypeLiteralOrInterfaceMember() local
993 auto const *const method = property->AsMethodDefinition(); CheckClassElement() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp693 InitializeFunctionWithMethod(GateRef glue, GateRef func, GateRef method, GateRef hclass) InitializeFunctionWithMethod() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h380 GateRef method = GetMethodFromFunction(ctor); in IsBase() local
391 GateRef method = GetMethodFromFunction(ctor); in IsDerived() local
402 GateRef method = GetMethodFromFunction(func); in GetMethodId() local
412 GateRef method = GetMethodFromFunction(func); in GetBuiltinsId() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp254 const ir::ScriptFunction *method = prop->Value()->AsFunctionExpression()->Function(); in CreateLiteral() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp325 Method *method = callTarget->GetCallTarget(); in GetMethod() local
341 bool Deoptimizier::CollectVirtualRegisters(JSTaggedValue callTarget, Method *method, FrameWriter *frameWriter, in CollectVirtualRegisters() argument
504 auto method = GetMethod(callTarget); ConstructAsmInterpretFrame() local
556 Method *method = Method::Cast(jsFunc->GetMethod().GetTaggedObject()); ResetJitHotness() local
562 ClearCompiledCodeStatusWhenDeopt(JSFunction *func, Method *method) ClearCompiledCodeStatusWhenDeopt() argument
593 auto method = GetMethod(callTarget); UpdateAndDumpDeoptInfo() local
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp48 std::string JsStackInfo::BuildMethodTrace(Method *method, uint32_t pcOffset, LastBuilderCache &lastCache, in BuildMethodTrace() argument
172 void AssembleJitCodeMap(JSThread *thread, const JSHandle<JSObject> &jsErrorObj, JSFunction *func, Method *method, in AssembleJitCodeMap() argument
203 auto method = it.CheckAndGetMethod(); in BuildJsStackTrace() local
235 BuildJsStackTraceInfo(JSThread *thread, Method *method, FrameIterator &it, uint32_t pcOffset, const JSHandle<JSObject> &jsErrorObj, LastBuilderCache &lastCache) BuildJsStackTraceInfo() argument
285 auto method = it.CheckAndGetMethod(); BuildJsStackInfo() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp728 auto method = factory_->NewSMethod(nullptr, MemSpaceType::SHARED_NON_MOVABLE); in GenerateInternalNativeMethods() local
H A Djs_function.h46 JSTaggedValue method = GetMethod(); in SetCallNapi() local
52 JSTaggedValue method = GetMethod(); in IsCallNapi() local
58 JSTaggedValue method = GetMethod(); in GetFunctionKind() local
84 Method *method = target->GetCallTarget(); in IsCompiledCodeFromCallTarget() local
96 Method *method = target->GetCallTarget(); in IsFastCallFromCallTarget() local
591 JSTaggedValue method = GetMethod(); GetFunctionKind() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp296 Method *method = Method::Cast(jsFunction->GetMethod().GetTaggedObject()); in SupportJIT() local
335 Method *method = Method::Cast(jsFunction->GetMethod().GetTaggedObject()); in CountInterpExecFuncs() local
359 Method *method = Method::Cast(jsFunction->GetMethod().GetTaggedObject()); Compile() local
[all...]
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp283 std::string method = config.method; in ParseMethod() local
[all...]
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h87 char *method; member
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Djs_wallpaper_extension_context.cpp592 napi_value method = nullptr; in HandleOnAbilityDisconnectDone() local
641 napi_value method = nullptr; in CallJsFailed() local
/base/web/webview/interfaces/native/
H A Darkweb_scheme_handler.cpp172 void OH_ArkWebResourceRequest_GetMethod(const ArkWeb_ResourceRequest* resourceRequest, char** method) in OH_ArkWebResourceRequest_GetMethod() argument
/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_manager.cpp456 napi_value method = nullptr; in CallJsFunction() local

Completed in 27 milliseconds

1...<<31323334353637383940>>...51