Home
last modified time | relevance | path

Searched defs:method (Results 401 - 425 of 1257) sorted by relevance

1...<<11121314151617181920>>...51

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_class_linker.cpp73 Method *EtsClassLinker::GetAsyncImplMethod(Method *method, EtsCoroutine *coroutine) in GetAsyncImplMethod() argument
H A Dets_class_linker_extension.cpp54 static EtsNapiType GetEtsNapiType([[maybe_unused]] Method *method) in GetEtsNapiType() argument
[all...]
H A Dets_runtime_interface.cpp23 compiler::RuntimeInterface::ClassPtr EtsRuntimeInterface::GetClass(MethodPtr method, IdType id) const in GetClass() argument
102 auto method = MethodCast(methodPtr); in GetInteropCallKind() local
126 auto method = MethodCast(methodPtr); GetFuncPropName() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dcall_ets.cpp25 ALWAYS_INLINE CallETSHandler(EtsCoroutine *coro, InteropCtx *ctx, Method *method, Span<napi_value> jsargv, in CallETSHandler() argument
36 static ALWAYS_INLINE napi_value HandleImpl(EtsCoroutine *coro, InteropCtx *ctx, Method *method, in HandleImpl() argument
142 const auto method = protoReader_.GetMethod(); in CheckNumArgs() local
160 auto method = protoReader_.GetMethod(); in HandleImpl() local
190 CallETSInstance(EtsCoroutine *coro, InteropCtx *ctx, Method *method, Span<napi_value> jsargv, EtsObject *thisObj) CallETSInstance() argument
195 CallETSStatic(EtsCoroutine *coro, InteropCtx *ctx, Method *method, Span<napi_value> jsargv) CallETSStatic() argument
221 Method *method = cls->GetDirectMethod(methodName); ResolveEntryPoint() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dets_type_visitor-inl.h157 explicit EtsMethodVisitor(ark::Method *method) : method_(method) {} in EtsMethodVisitor() argument
H A Djs_convert.h375 auto method = klass->GetMethod("getValue"); in JSCONVERT_WRAP() local
H A Dinterop_context.cpp137 auto method = EtsClass::FromRuntimeClass(jsRuntimeClass_)->GetMethod("createFinalizationRegistry"); in InteropCtx() local
415 Method *method = stack.GetMethod(); in Fatal() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcode_info_producer.cpp53 void CodeInfoProducer::AddSymbol(Method *method, StackMapSymbol symbol) in AddSymbol() argument
58 void CodeInfoProducer::AddFaultMapSymbol(Method *method, uint32_t symbol) in AddFaultMapSymbol() argument
64 void CodeInfoProducer::Produce(Method *method, compiler::CodeInfoBuilder *builder) const in Produce() argument
278 void CodeInfoProducer::ConvertStackMaps(Method *method, CodeInfoBuilde argument
328 EncodeNullChecks(Method *method, CodeInfoBuilder *builder) const EncodeNullChecks() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dpanda_runtime_lowering.cpp118 auto method = ark::llvmbackend::utils::CreateLoadMethodUsingVTable(thiz, func, methodId, &builder, arkInterface_); in LowerCallVirtual() local
H A Dark_gvn.cpp87 auto method = builder.CreateIntToPtr(builtinCallInst, builder.getPtrTy()); in CreateCallBuiltin() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
H A Djs_interop_inst_builder.cpp72 Inst *InstBuilder::BuildInitJSCallClass(RuntimeInterface::MethodPtr method, size_t pc, SaveStateInst *saveState) in BuildInitJSCallClass() argument
86 BuildResolveInteropCallIntrinsic(RuntimeInterface::InteropCallKind callKind, size_t pc, RuntimeInterface::MethodPtr method, Inst *arg0, Inst *arg1, Inst *arg2, Inst *cpOffsetForClass, SaveStateInst *saveState) BuildResolveInteropCallIntrinsic() argument
121 BuildReturnValueConvertInteropIntrinsic(RuntimeInterface::InteropCallKind callKind, size_t pc, RuntimeInterface::MethodPtr method, Inst *jsCall, SaveStateInst *saveState) BuildReturnValueConvertInteropIntrinsic() argument
150 BuildInteropCall(const BytecodeInstruction *bcInst, RuntimeInterface::InteropCallKind callKind, RuntimeInterface::MethodPtr method, bool isRange, bool accRead) BuildInteropCall() argument
218 auto method = GetRuntime()->GetMethodById(GetMethod(), methodId); TryBuildInteropCall() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dslow_path.h189 void SetMethod(void *method) in SetMethod() argument
255 void SetUnresolvedType(void *method, uint32_t typeId) in SetUnresolvedType() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Doptimize_string_concat.cpp113 auto method = graph->GetMethod(); in CreateInstructionStringBuilderInstance() local
156 auto method = runtime->GetStringBuilderDefaultConstructor(); in CreateStringBuilderDefaultConstructorCall() local
H A Dtry_catch_resolving.cpp180 auto *method = graph->GetMethod(); in ConnectThrowCatch() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc_clusters.h48 const std::vector<OptionsCluster *> *Find(const std::string &method) in Find() argument
271 explicit ScopedApplySpecialOptions(const std::string &method, PaocClusters *clustersInfo) in ScopedApplySpecialOptions() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dcompiler_intrinsics.cpp46 Field *TryGetField(ark::Method *method, Field *rawField, uint32_t pc, ark::Class *klass) in TryGetField() argument
67 ark::Method *TryGetCallee(ark::Method *method, Field *rawField, uint32_t pc, ark::Class *klass) in TryGetCallee() argument
147 T CompilerEtsLdObjByName(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj) in CompilerEtsLdObjByName() argument
243 CompilerEtsStObjByName(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, T storeValue) CompilerEtsStObjByName() argument
277 CompilerEtsStObjByNameRef(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, ark::ObjectHeader *storeValue) CompilerEtsStObjByNameRef() argument
308 CompilerEtsLdObjByNameI32(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj) CompilerEtsLdObjByNameI32() argument
313 CompilerEtsLdObjByNameI64(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj) CompilerEtsLdObjByNameI64() argument
318 CompilerEtsLdObjByNameF32(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj) CompilerEtsLdObjByNameF32() argument
323 CompilerEtsLdObjByNameF64(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj) CompilerEtsLdObjByNameF64() argument
328 CompilerEtsLdObjByNameObj(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj) CompilerEtsLdObjByNameObj() argument
334 CompilerEtsStObjByNameI8(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, int8_t storeValue) CompilerEtsStObjByNameI8() argument
341 CompilerEtsStObjByNameI16(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, int16_t storeValue) CompilerEtsStObjByNameI16() argument
348 CompilerEtsStObjByNameI32(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, int32_t storeValue) CompilerEtsStObjByNameI32() argument
354 CompilerEtsStObjByNameI64(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, int64_t storeValue) CompilerEtsStObjByNameI64() argument
360 CompilerEtsStObjByNameF32(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, float storeValue) CompilerEtsStObjByNameF32() argument
366 CompilerEtsStObjByNameF64(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, double storeValue) CompilerEtsStObjByNameF64() argument
372 CompilerEtsStObjByNameObj(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, ark::ObjectHeader *storeValue) CompilerEtsStObjByNameObj() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_helpers.cpp88 extern "C" uint32_t EtsNapiCalcStackArgsSpaceSize(Method *method, bool isCritical) in EtsNapiCalcStackArgsSpaceSize() argument
165 extern "C" void EtsNapiBeginCritical(Method *method, uint8_t *inRegsArgs, uint8_t *inStackArgs, uint8_t *outArgs, in EtsNapiBeginCritical() argument
241 EtsNapiBegin(Method *method, uint8_t *inRegsArgs, uint8_t *inStackArgs, uint8_t *outStackArgs, ManagedThread *thread) EtsNapiBegin() argument
300 coroutine->GetPandaVM()->ResolveNativeMethod(method); EtsNapiBegin() variable
324 EtsNapiEnd(Method *method, ManagedThread *thread, bool isFastNative) EtsNapiEnd() argument
341 EtsNapiObjEnd(Method *method, EtsReference *etsRef, ManagedThread *thread, bool isFastNative) EtsNapiObjEnd() argument
367 IsEtsMethodFastNative(Method *method) IsEtsMethodFastNative() argument
381 EtsAsyncCall(Method *method, EtsCoroutine *currentCoro, uint8_t *regArgs, uint8_t *stackArgs) EtsAsyncCall() argument
[all...]
H A Dets_scoped_objects_fix.h319 auto method = EtsMethod::FromRuntimeMethod(stack.GetMethod()); in IsAccessFromManagedAllowed() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.h273 static EtsMethod *FromRuntimeMethod(Method *method) in FromRuntimeMethod() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dexceptions.cpp143 void ThrowAbstractMethodError(const Method *method) in ThrowAbstractMethodError() argument
154 void ThrowIncompatibleClassChangeErrorForMethodConflict(const Method *method) in ThrowIncompatibleClassChangeErrorForMethodConflict() argument
203 DropCFrameIfNecessary(ManagedThread *thread, StackWalker *stack, Frame *origFrame, FrameAccessor nextFrame, Method *method) DropCFrameIfNecessary() argument
249 auto *method = stack->GetMethod(); FindCatchBlockInCFrames() local
[all...]
H A Dcompiler.h46 inline ark::Method *MethodCast(RuntimeInterface::MethodPtr method) in MethodCast() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcframe.h153 void SetMethod(Method *method) in SetMethod() argument
H A Dvtable_builder_base.h50 explicit MethodInfo(Method *method, size_t index = 0, bool isBase = false) in MethodInfo() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinstruction_handler_base.h297 ALWAYS_INLINE void UpdateHotness(Method *method) in UpdateHotness() argument
335 ALWAYS_INLINE bool UpdateHotnessOSR(Method *method, int offset) in UpdateHotnessOSR() argument
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp174 void Trace::WriteInfoToBuf(const ManagedThread *thread, Method *method, EventFlag event, uint32_t threadTime, in WriteInfoToBuf() argument
220 uint32_t Trace::EncodeMethodAndEventToId(Method *method, EventFla argument
227 EncodeMethodToId(Method *method) EncodeMethodToId() argument
256 Method *method = DecodeIdToMethod(decodedData); GetUniqueMethods() local
299 MethodEntry(ManagedThread *thread, Method *method) MethodEntry() argument
314 MethodExit(ManagedThread *thread, Method *method) MethodExit() argument
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...51