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

  /art/compiler/dex/quick/mips/
assemble_mips.cc 541 int offset1 = (reinterpret_cast<LIR*>(UnwrapPointer(lir->operands[2])))->offset;
542 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3]));
568 int offset1 = (reinterpret_cast<LIR*>(UnwrapPointer(lir->operands[2])))->offset;
569 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3]));
574 int offset1 = (reinterpret_cast<LIR*>(UnwrapPointer(lir->operands[2])))->offset;
575 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3]));
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 216 << reinterpret_cast<char*>(UnwrapPointer(lir->operands[0]));
396 UnwrapPointer(data_target->operands[1]) == method.dex_file) {
466 reinterpret_cast<const DexFile*>(UnwrapPointer(data_lir->operands[1]));
484 reinterpret_cast<const DexFile*>(UnwrapPointer(data_lir->operands[1]));
    [all...]
mir_to_lir.h 623 void* UnwrapPointer(size_t index) {
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc     [all...]
  /art/compiler/dex/quick/arm64/
assemble_arm64.cc     [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 367 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(operand));
    [all...]
assemble_x86.cc     [all...]

Completed in 6315 milliseconds