Home
last modified time | relevance | path

Searched refs:InstrumentLoadStore (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Dinstrument-arm64.cc374 void Instrument::InstrumentLoadStore(Instruction* instr) { in InstrumentLoadStore() function in v8::internal::Instrument
405 InstrumentLoadStore(instr); in VisitLoadStoreUnscaledOffset()
411 InstrumentLoadStore(instr); in VisitLoadStorePostIndex()
417 InstrumentLoadStore(instr); in VisitLoadStorePreIndex()
423 InstrumentLoadStore(instr); in VisitLoadStoreRegisterOffset()
429 InstrumentLoadStore(instr); in VisitLoadStoreUnsignedOffset()
Dinstrument-arm64.h74 void InstrumentLoadStore(Instruction* instr);
/external/vixl/src/vixl/a64/
Dinstrument-a64.cc418 void Instrument::InstrumentLoadStore(const Instruction* instr) { in InstrumentLoadStore() function in vixl::Instrument
452 InstrumentLoadStore(instr); in VisitLoadStoreUnscaledOffset()
459 InstrumentLoadStore(instr); in VisitLoadStorePostIndex()
465 InstrumentLoadStore(instr); in VisitLoadStorePreIndex()
471 InstrumentLoadStore(instr); in VisitLoadStoreRegisterOffset()
477 InstrumentLoadStore(instr); in VisitLoadStoreUnsignedOffset()
Dinstrument-a64.h96 void InstrumentLoadStore(const Instruction* instr);