Searched refs:code_buffer (Results 1 – 3 of 3) sorted by relevance
58 void CodeSimulatorArm64::RunFrom(intptr_t code_buffer) { in RunFrom() argument60 simulator_->RunFrom(reinterpret_cast<const Instruction*>(code_buffer)); in RunFrom()
39 void RunFrom(intptr_t code_buffer) override;
31 virtual void RunFrom(intptr_t code_buffer) = 0;