| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_interop_runtime_interface-inl.h | 55 MethodPtr methodPtr, uint32_t skipArgs, in GetInfoForInteropCallArgsConversion() 95 GetInfoForInteropCallRetValueConversion(MethodPtr methodPtr) const override in GetInfoForInteropCallRetValueConversion()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 281 EtsString *TypeAPITypeCreatorCtxMethodAddParam(EtsLong methodPtr, EtsString *paramTd, [[maybe_unuse… in TypeAPITypeCreatorCtxMethodAddParam() 321 EtsString *TypeAPITypeCreatorCtxMethodAddAccessMod(EtsLong methodPtr, EtsInt access) in TypeAPITypeCreatorCtxMethodAddAccessMod() 329 EtsString *TypeAPITypeCreatorCtxMethodAdd(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAdd() 344 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromMethod(EtsLong methodPtr, ObjectHeader *methodType… in TypeAPITypeCreatorCtxMethodAddBodyFromMethod() 365 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromLambda(EtsLong methodPtr, EtsInt lambdaObjectId, in TypeAPITypeCreatorCtxMethodAddBodyFromLambda() 469 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda(EtsLong methodPtr, EtsInt lambdaId) in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda() 518 EtsString *TypeAPITypeCreatorCtxMethodAddBodyDefault(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAddBodyDefault() 567 EtsString *TypeAPITypeCreatorCtxMethodAddResult(EtsLong methodPtr, EtsString *descriptor) in TypeAPITypeCreatorCtxMethodAddResult()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | devirt.cpp | 88 auto methodPtr = arkInterface_->ResolveVirtual(objectKlassId->getZExtValue(), call); in run() local
|
| D | panda_runtime_lowering.cpp | 134 auto methodPtr = builder->CreateConstInBoundsGEP2_64(arrayType, aotGot, 0, slot); in GetMethodOrResolverPtr() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 133 compiler::RuntimeInterface::MethodPtr methodPtr) in BuildMapFromPcToIns() 273 …auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOffs… in OptimizeFunction() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | utils.cpp | 88 auto methodPtr = builder->CreateConstInBoundsGEP1_32(builder->getInt8Ty(), classPtr, offset); in CreateLoadMethodUsingVTable() local
|
| D | llvm_ark_interface.cpp | 565 void LLVMArkInterface::RememberFunctionOrigin(const llvm::Function *function, MethodPtr methodPtr) in RememberFunctionOrigin() 708 void LLVMArkInterface::PutVirtualFunction(LLVMArkInterface::MethodPtr methodPtr, llvm::Function *fu… in PutVirtualFunction()
|
| /arkcompiler/runtime_core/libabckit/src/wrappers/graph_wrapper/ |
| D | graph_wrapper.cpp | 67 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(methodOffset); // NOTE in BuildGraphDynamic() local
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | function.cpp | 503 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(this->methodPtr_); in GetGraph() local 522 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(this->methodPtr_); in BuildPcInsMap() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_runtime_interface.cpp | 147 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName() 156 uint64_t EtsRuntimeInterface::GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropNameOffset()
|
| D | ets_stubs-inl.h | 179 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in GetAccessorByName() local 312 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in GetMethodFromCache() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 69 …auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOffs… in GetPointers() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.h | 301 auto methodPtr = MethodCast(method); in IsMethodCanBeInlined() local 315 auto *methodPtr = MethodCast(method); in GetMethodNativePointer() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 1437 [[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t skipArgs, in GetInfoForInteropCallArgsConversion() 1444 [[maybe_unused]] MethodPtr methodPtr) const in GetInfoForInteropCallRetValueConversion() 1449 …virtual char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strI… in GetFuncPropName() 1454 …virtual uint64_t GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint… in GetFuncPropNameOffset() 1459 virtual uint32_t GetAnnotationElementUniqueIndex([[maybe_unused]] MethodPtr methodPtr, in GetAnnotationElementUniqueIndex() 1466 virtual ClassPtr GetRetValueClass([[maybe_unused]] MethodPtr methodPtr) const in GetRetValueClass()
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | metadata_inspect_static.cpp | 201 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(methodOffset); // NOTE in CreateGraphFromFunctionStatic() local
|
| D | ir_static_instr_1.cpp | 2263 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(methodOffset); in IcreateCallStaticStatic() local 2288 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(methodOffset); in IcreateCallVirtualStatic() local
|
| D | ir_static.cpp | 1479 ark::compiler::RuntimeInterface::MethodPtr methodPtr = nullptr; in IgetFunctionStatic() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 272 static panda_file::SourceLang GetLanguageContext(Method *methodPtr) in GetLanguageContext()
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| D | hotreload.cpp | 615 for (auto &methodPtr : vtable) { in UpdateVtablesInRuntimeClasses() local
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 44 Paoc::CompilingContext::CompilingContext(Method *methodPtr, size_t methodIndex, std::ofstream *stat… in CompilingContext()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 2803 auto methodPtr = GetGraph()->GetMethod(); in GetFunctionTypeForCall() local 4539 auto methodPtr = ctor->GetGraph()->GetMethod(); in VisitCallStatic() local 4571 auto methodPtr = ctor->CreateEntrypointCall( in VisitResolveStatic() local 4613 auto methodPtr = ctor->GetGraph()->GetMethod(); in CreateDeclForVirtualCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 444 LLVMValueRef methodPtr = LLVMBuildIntToPtr(builder_, addrMethod, GetTaggedPtrT(), ""); in SaveByteCodePcOnOptJSFuncFrame() local
|