Searched refs:StoreMachineCodeObjectLocation (Results 1 – 3 of 3) sorted by relevance
299 void StoreMachineCodeObjectLocation(uintptr_t start, uintptr_t end, uintptr_t address);
853 void MachineCodeSpace::StoreMachineCodeObjectLocation(uintptr_t start, uintptr_t end, uintptr_t add… in StoreMachineCodeObjectLocation() function in panda::ecmascript::MachineCodeSpace
2887 machineCodeSpace_->StoreMachineCodeObjectLocation(start, end, address); in SetMachineCodeObject()