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

/external/v8/src/arm64/
H A Dinstrument-arm64.h74 void InstrumentLoadStore(Instruction* instr);
H A Dinstrument-arm64.cc374 void Instrument::InstrumentLoadStore(Instruction* instr) { function in class:v8::internal::Instrument
405 InstrumentLoadStore(instr);
411 InstrumentLoadStore(instr);
417 InstrumentLoadStore(instr);
423 InstrumentLoadStore(instr);
429 InstrumentLoadStore(instr);
/external/vixl/src/aarch64/
H A Dinstrument-aarch64.h101 void InstrumentLoadStore(const Instruction* instr);
H A Dinstrument-aarch64.cc415 void Instrument::InstrumentLoadStore(const Instruction* instr) { function in class:vixl::aarch64::Instrument
457 InstrumentLoadStore(instr);
464 InstrumentLoadStore(instr);
470 InstrumentLoadStore(instr);
476 InstrumentLoadStore(instr);
482 InstrumentLoadStore(instr);

Completed in 116 milliseconds