HomeSort by relevance Sort by last modified time
    Searched refs:code_buffer (Results 1 - 5 of 5) sorted by null

  /art/runtime/simulator/
code_simulator.h 31 virtual void RunFrom(intptr_t code_buffer) = 0;
code_simulator_arm64.cc 48 void CodeSimulatorArm64::RunFrom(intptr_t code_buffer) {
50 simulator_->RunFrom(reinterpret_cast<const vixl::Instruction*>(code_buffer));
code_simulator_arm64.h 36 void RunFrom(intptr_t code_buffer) OVERRIDE;
  /external/libgdx/gdx/jni/gdx2d/
stb_image.h 1500 stbi__uint32 code_buffer; \/\/ jpeg entropy-coded buffer member in struct:__anon16450
3549 stbi__uint32 code_buffer; member in struct:__anon16454
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]

Completed in 1848 milliseconds