Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstrument-arm64.cc380 void Instrument::InstrumentLoadStore(Instruction* instr) { in InstrumentLoadStore() function in v8::internal::Instrument
411 InstrumentLoadStore(instr); in VisitLoadStoreUnscaledOffset()
417 InstrumentLoadStore(instr); in VisitLoadStorePostIndex()
423 InstrumentLoadStore(instr); in VisitLoadStorePreIndex()
429 InstrumentLoadStore(instr); in VisitLoadStoreRegisterOffset()
435 InstrumentLoadStore(instr); in VisitLoadStoreUnsignedOffset()
Dinstrument-arm64.h74 void InstrumentLoadStore(Instruction* instr);
/external/vixl/src/vixl/a64/
Dinstrument-a64.cc417 void Instrument::InstrumentLoadStore(const Instruction* instr) { in InstrumentLoadStore() function in vixl::Instrument
451 InstrumentLoadStore(instr); in VisitLoadStoreUnscaledOffset()
458 InstrumentLoadStore(instr); in VisitLoadStorePostIndex()
464 InstrumentLoadStore(instr); in VisitLoadStorePreIndex()
470 InstrumentLoadStore(instr); in VisitLoadStoreRegisterOffset()
476 InstrumentLoadStore(instr); in VisitLoadStoreUnsignedOffset()
Dinstrument-a64.h96 void InstrumentLoadStore(const Instruction* instr);