Searched refs:GetMachineCodeObject (Results 1 – 7 of 7) sorted by relevance
289 uintptr_t GetMachineCodeObject(uintptr_t pc);344 MachineCodeAddress GetMachineCodeObject(uintptr_t pc) in GetMachineCodeObject() function
314 uintptr_t GetMachineCodeObject(uintptr_t pc) const;
109 uintptr_t HugeMachineCodeSpace::GetMachineCodeObject(uintptr_t pc) const in GetMachineCodeObject() function in panda::ecmascript::HugeMachineCodeSpace
858 uintptr_t MachineCodeSpace::GetMachineCodeObject(uintptr_t pc) in GetMachineCodeObject() function in panda::ecmascript::MachineCodeSpace861 return machineCodeObjectLocations.GetMachineCodeObject(pc); in GetMachineCodeObject()
2874 MachineCode *Heap::GetMachineCodeObject(uintptr_t pc) const in GetMachineCodeObject() function in panda::ecmascript::Heap2877 …hineCode *machineCode = reinterpret_cast<MachineCode*>(machineCodeSpace->GetMachineCodeObject(pc)); in GetMachineCodeObject()2882 return reinterpret_cast<MachineCode*>(hugeMachineCodeSpace->GetMachineCodeObject(pc)); in GetMachineCodeObject()
1675 MachineCode *GetMachineCodeObject(uintptr_t pc) const;
116 auto machineCode = thread_->GetEcmaVM()->GetHeap()->GetMachineCodeObject(retAddr); in TryCalCallSiteInfoFromMachineCode()