Searched defs:methodPtr (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_interop_runtime_interface-inl.h | 17 …MethodPtr methodPtr, ArenaVector<std::pair<IntrinsicId, compiler::DataType::Type>> *intrinsics) co… in GetInfoForInteropCallArgsConversion() 77 GetInfoForInteropCallRetValueConversion(MethodPtr methodPtr) const override in GetInfoForInteropCallRetValueConversion()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 278 EtsString *TypeAPITypeCreatorCtxMethodAddParam(EtsLong methodPtr, EtsString *paramTd, [[maybe_unuse… in TypeAPITypeCreatorCtxMethodAddParam() 318 EtsString *TypeAPITypeCreatorCtxMethodAddAccessMod(EtsLong methodPtr, EtsInt access) in TypeAPITypeCreatorCtxMethodAddAccessMod() 325 EtsString *TypeAPITypeCreatorCtxMethodAdd(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAdd() 332 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromMethod(EtsLong methodPtr, EtsString *methodDesc) in TypeAPITypeCreatorCtxMethodAddBodyFromMethod() 352 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromLambda(EtsLong methodPtr, EtsInt lambdaObjectId, E… in TypeAPITypeCreatorCtxMethodAddBodyFromLambda() 428 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda(EtsLong methodPtr, EtsInt lambdaId) in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda() 477 EtsString *TypeAPITypeCreatorCtxMethodAddBodyDefault(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAddBodyDefault() 529 EtsString *TypeAPITypeCreatorCtxMethodAddResult(EtsLong methodPtr, EtsString *descriptor) in TypeAPITypeCreatorCtxMethodAddResult()
|
| D | compiler_intrinsics.cpp | 73 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in TryGetCallee() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_runtime_interface.cpp | 127 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName() 136 uint64_t EtsRuntimeInterface::GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropNameOffset()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_ark_interface.cpp | 150 void LLVMArkInterface::RememberFunctionOrigin(const llvm::Function *function, MethodPtr methodPtr) in RememberFunctionOrigin() 178 void LLVMArkInterface::PutFunction(LLVMArkInterface::MethodPtr methodPtr, llvm::Function *function) in PutFunction()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 133 compiler::RuntimeInterface::MethodPtr methodPtr) in BuildMapFromPcToIns() 271 …auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOffs… in OptimizeFunction() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/ |
| D | interpreter-inl.h | 133 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in LookupGetterByName() local 165 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in LookupSetterByName() 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/compiler/optimizer/ir/ |
| D | runtime_interface.h | 1138 [[maybe_unused]] MethodPtr methodPtr, in GetInfoForInteropCallArgsConversion() 1145 [[maybe_unused]] MethodPtr methodPtr) const in GetInfoForInteropCallRetValueConversion() 1150 …virtual char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strI… in GetFuncPropName() 1155 …virtual uint64_t GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint… in GetFuncPropNameOffset() 1160 virtual ClassPtr GetRetValueClass([[maybe_unused]] MethodPtr methodPtr) const in GetRetValueClass()
|
| /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/runtime/ |
| D | compiler.h | 287 auto methodPtr = MethodCast(method); in IsMethodCanBeInlined() 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()
|