| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | mem_hooks.cpp | 73 bool PandaHooks::ShouldCountAllocation(const void *caller) in ShouldCountAllocation() 79 void *PandaHooks::MallocHook(size_t size, const void *caller) in MallocHook() 100 void *PandaHooks::MemalignHook(size_t alignment, size_t size, const void *caller) in MemalignHook() 121 void PandaHooks::FreeHook(void *ptr, [[maybe_unused]] const void *caller) in FreeHook() 153 void *caller = __builtin_return_address(0); in malloc() local 166 void *caller = __builtin_return_address(0); in memalign() local 179 void *caller = __builtin_return_address(0); in free() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | cache.h | 26 bool Has(const void *pc, Method *caller) const in Has() 33 T *Get(const void *pc, Method *caller) const in Get() 42 void Set(const void *pc, T *item, Method *caller) in Set()
|
| D | runtime_interface.h | 40 static Method *ResolveMethod(ManagedThread *thread, const Method &caller, BytecodeId id) in ResolveMethod() 57 static const uint8_t *GetMethodName(const Method *caller, BytecodeId methodId) in GetMethodName() 65 static Class *GetMethodClass(const Method *caller, BytecodeId methodId) in GetMethodClass() 76 static uint32_t GetMethodArgumentsCount(Method *caller, BytecodeId methodId) in GetMethodArgumentsCount() 85 static Field *ResolveField(ManagedThread *thread, const Method &caller, BytecodeId id) in ResolveField() 103 static Class *ResolveClass(ManagedThread *thread, const Method &caller, BytecodeId id) in ResolveClass() 123 static coretypes::Array *ResolveLiteralArray(PandaVM *vm, const Method &caller, BytecodeId id) in ResolveLiteralArray()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_entrypoints.cpp | 148 Method *caller, const uint8_t *pc) in LookupFieldByNameEntrypoint() 163 …terByNameEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *obj, uint32_t id, Method *caller, in LookupGetterByNameEntrypoint() 178 …terByNameEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *obj, uint32_t id, Method *caller, in LookupSetterByNameEntrypoint() 193 Method *caller, const uint8_t *pc) in LookupGetterByNameShortEntrypoint() 199 Method *caller, const uint8_t *pc) in LookupGetterByNameLongEntrypoint() 205 Method *caller, const uint8_t *pc) in LookupGetterByNameObjEntrypoint() 211 Method *caller, const uint8_t *pc) in LookupSetterByNameShortEntrypoint() 217 Method *caller, const uint8_t *pc) in LookupSetterByNameLongEntrypoint() 223 Method *caller, const uint8_t *pc) in LookupSetterByNameObjEntrypoint() 228 …rn "C" void ThrowEtsExceptionNoSuchGetterEntrypoint(ObjectHeader *obj, uint32_t id, Method *caller) in ThrowEtsExceptionNoSuchGetterEntrypoint() [all …]
|
| D | ets_runtime_interface.cpp | 27 auto *caller = MethodCast(method); in GetClass() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 60 MethodPtr GetMethodById([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodById() 102 compiler::DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr caller, MethodId id, in GetMethodArgumentType() 121 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount() 129 compiler::DataType::Type GetMethodReturnType(MethodPtr caller, MethodId id) const override in GetMethodReturnType() 197 uint32_t GetClassIdForMethod([[maybe_unused]] MethodPtr caller, size_t methodId) const override in GetClassIdForMethod() 204 bool IsMethodExternal([[maybe_unused]] MethodPtr caller, MethodPtr callee) const override in IsMethodExternal() 216 bool IsMethodIntrinsic([[maybe_unused]] MethodPtr caller, MethodId id) const override in IsMethodIntrinsic() 236 bool IsMethodStatic([[maybe_unused]] MethodPtr caller, MethodId id) const override in IsMethodStatic()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | memory_allocation_dumper.h | 84 …void DumpAllocation(const char *err, const char *caller, const PandaString &klassName, ObjectHeade… in DumpAllocation() 93 void DumpNotAllocEvent(const char *err, const char *caller) in DumpNotAllocEvent()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | callee_info.h | 27 …CalleeInfo(const Inst &call_inst, const Function *caller) : call_inst_(call_inst), caller_(caller)… in CalleeInfo()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/ |
| D | interpreter-inl.h | 206 auto caller = this->GetFrame()->GetMethod(); in HandleEtsLdobjName() local 248 auto caller = this->GetFrame()->GetMethod(); in HandleEtsLdobjNameWide() local 290 auto caller = this->GetFrame()->GetMethod(); in HandleEtsLdobjNameObj() local 334 auto caller = this->GetFrame()->GetMethod(); in HandleEtsStobjName() local 376 auto caller = this->GetFrame()->GetMethod(); in HandleEtsStobjNameWide() local 418 auto caller = this->GetFrame()->GetMethod(); in HandleEtsStobjNameObj() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 162 …es::Array *ResolveLiteralArray([[maybe_unused]] PandaVM *vm, [[maybe_unused]] const Method &caller, in ResolveLiteralArray() 170 …ethod *ResolveMethod([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] const Method &caller, in ResolveMethod() 177 … Field *ResolveField([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] const Method &caller, in ResolveField() 185 … Class *ResolveClass([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] const Method &caller, in ResolveClass() 433 …static const uint8_t *GetMethodName([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId m… in GetMethodName() 438 …static Class *GetMethodClass([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId methodId) in GetMethodClass() 443 …static uint32_t GetMethodArgumentsCount([[maybe_unused]] Method *caller, [[maybe_unused]] Bytecode… in GetMethodArgumentsCount()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_ark_interface.cpp | 560 LLVMArkInterface::MethodId LLVMArkInterface::GetMethodId(const llvm::Function *caller, in GetMethodId() 580 void LLVMArkInterface::RememberFunctionCall(const llvm::Function *caller, const llvm::Function *cal… in RememberFunctionCall() 595 bool ark::llvmbackend::LLVMArkInterface::IsRememberedCall(const llvm::Function *caller, in IsRememberedCall() 618 auto caller = methodPtrs_.find(call->getFunction()->getName()); in IsExternal() local 627 auto caller = methodPtrs_.find(call->getFunction()->getName()); in ResolveVirtual() local 644 int32_t LLVMArkInterface::GetPltSlotId(const llvm::Function *caller, const llvm::Function *callee) … in GetPltSlotId() argument 698 uint32_t LLVMArkInterface::GetVTableOffset(llvm::Function *caller, uint32_t methodId) const in GetVTableOffset() 712 auto caller = methodPtrs_.find(call->getFunction()->getName()); in IsInterfaceMethod() local
|
| D | utils.cpp | 80 llvm::Value *CreateLoadMethodUsingVTable(llvm::Value *thiz, llvm::Function *caller, size_t methodId, in CreateLoadMethodUsingVTable()
|
| D | llvm_aot_compiler.cpp | 707 void LLVMAotCompiler::AddInlineMethodByDepth(WrappedModule &module, compiler::Graph *caller, in AddInlineMethodByDepth() 746 void LLVMAotCompiler::AddInlineFunctionsByDepth(WrappedModule &module, compiler::Graph *caller, int… in AddInlineFunctionsByDepth()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class_linker-inl.h | 26 inline Class *ClassLinker::GetClass(const Method &caller, panda_file::File::EntityId id, in GetClass()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 317 extern "C" coretypes::Array *ResolveLiteralArrayEntrypoint(const Method *caller, uint32_t typeId) in ResolveLiteralArrayEntrypoint() 446 extern "C" ObjectHeader *ResolveClassObjectEntrypoint(const Method *caller, FileEntityId typeId) in ResolveClassObjectEntrypoint() 453 extern "C" Class *ResolveClassEntrypoint(const Method *caller, FileEntityId typeId) in ResolveClassEntrypoint() 465 extern "C" coretypes::String *ResolveStringEntrypoint(const Method *caller, FileEntityId id) in ResolveStringEntrypoint() 472 extern "C" coretypes::String *ResolveStringAotEntrypoint(const Method *caller, FileEntityId id, Obj… in ResolveStringAotEntrypoint() 710 extern "C" Class *InitializeClassByIdEntrypoint(const Method *caller, FileEntityId id) in InitializeClassByIdEntrypoint() 742 extern "C" uintptr_t NO_ADDRESS_SANITIZE ResolveVirtualCallAotEntrypoint(const Method *caller, Obje… in ResolveVirtualCallAotEntrypoint() 787 extern "C" uintptr_t NO_ADDRESS_SANITIZE ResolveUnknownVirtualCallEntrypoint(const Method *caller, … in ResolveUnknownVirtualCallEntrypoint() 850 extern "C" Method *GetCalleeMethodEntrypoint(const Method *caller, size_t calleeId) in GetCalleeMethodEntrypoint() 862 extern "C" Method *GetUnknownCalleeMethodEntrypoint(const Method *caller, size_t calleeId, size_t *… in GetUnknownCalleeMethodEntrypoint() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arguments.cpp | 33 JSHandle<EcmaString> caller = thread->GetEcmaVM()->GetFactory()->NewFromASCII("caller"); in GetOwnProperty() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | cha.cpp | 132 void ClassHierarchyAnalysis::AddDependency(Method *callee, Method *caller) in AddDependency()
|
| D | compiler.cpp | 139 auto *caller = MethodCast(method); in GetClass() local 149 auto *caller = MethodCast(method); in GetStringClass() local 157 auto *caller = MethodCast(method); in GetArrayU16Class() local 200 auto *caller = MethodCast(method); in GetClassType() local 378 Method *caller = MethodCast(parentMethod); in IsMethodIntrinsic() local 763 RuntimeInterface::MethodPtr caller) in AddDependency()
|
| D | runtime.cpp | 1234 coretypes::String *Runtime::ResolveString(PandaVM *vm, const Method &caller, panda_file::File::Enti… in ResolveString() 1240 coretypes::String *Runtime::ResolveStringFromCompiledCode(PandaVM *vm, const Method &caller, in ResolveStringFromCompiledCode() 1264 coretypes::Array *Runtime::ResolveLiteralArray(PandaVM *vm, const Method &caller, uint32_t id) in ResolveLiteralArray()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | ark_inlining.cpp | 67 auto caller = callBase->getCaller(); in CheckShouldInline() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 66 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/ |
| D | ea_connection_graph.cpp | 919 bool EAConnectionGraph::MergeCG(MapleVector<EACGBaseNode *> &caller, const MapleVector<EACGBaseNode… in MergeCG() 972 void EAConnectionGraph::AddMaps2Object(EACGObjectNode *caller, EACGObjectNode *callee) in AddMaps2Object() 981 void EAConnectionGraph::UpdateCallerRetNode(MapleVector<EACGBaseNode *> &caller, in UpdateCallerRetNode() 1003 void EAConnectionGraph::UpdateCallerNodes(const MapleVector<EACGBaseNode *> &caller, in UpdateCallerNodes()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_arguments_test.cpp | 136 JSHandle<EcmaString> caller = thread->GetEcmaVM()->GetFactory()->NewFromASCII("caller"); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | call_graph.cpp | 367 CGNode *caller = GetCGNode(callerPuIdx); in UpdateCaleeCandidate() local 385 CGNode *caller = GetCGNode(callerPuIdx); in UpdateCaleeCandidate() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | call_graph.h | 214 void AddCaller(CGNode *caller, StmtNode *stmt) in AddCaller() 223 void DelCaller(CGNode *caller) in DelCaller()
|