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

  /art/runtime/
stack_map.h 59 class DexRegisterMap {
65 DexRegisterMap(size_t count, DexRegisterLocation value) : count_(count), regs_small_{} {
360 ALWAYS_INLINE DexRegisterMap GetDexRegisterMapOf(StackMap stack_map) const {
362 DexRegisterMap map(number_of_dex_registers_, DexRegisterLocation::Invalid());
366 return DexRegisterMap(0, DexRegisterLocation::None());
369 ALWAYS_INLINE DexRegisterMap GetInlineDexRegisterMapOf(StackMap stack_map,
381 DexRegisterMap map(last - first, DexRegisterLocation::Invalid());
385 return DexRegisterMap(0, DexRegisterLocation::None());
457 /*out*/ DexRegisterMap* map) const;
dex_register_location.h 28 // Dex register location container used by DexRegisterMap and StackMapStream.
85 friend class DexRegisterMap; // Allow creation of uninitialized array of locations.
check_reference_map_visitor.h 71 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map);
quick_exception_handler.cc 303 DexRegisterMap catch_vreg_map = code_info.GetDexRegisterMapOf(catch_stack_map);
313 DexRegisterMap throw_vreg_map = code_info.GetDexRegisterMapOf(throw_stack_map);
478 DexRegisterMap vreg_map = IsInInlinedFrame()
stack_map.cc 126 /*out*/ DexRegisterMap* map) const {
212 void DexRegisterMap::Dump(VariableIndentationOutputStream* vios) const {
stack.cc 215 DexRegisterMap dex_register_map = IsInInlinedFrame()
    [all...]
thread.cc     [all...]
  /art/compiler/optimizing/
stack_map_test.cc 83 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map);
171 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map);
210 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map);
243 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map);
276 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map);
341 DexRegisterMap map(code_info.GetDexRegisterMapOf(stack_map));
392 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map);
441 DexRegisterMap dex_registers0 = ci.GetDexRegisterMapOf(sm0);
448 DexRegisterMap dex_registers1 = ci.GetDexRegisterMapOf(sm1);
455 DexRegisterMap dex_registers2 = ci.GetDexRegisterMapOf(sm2)
    [all...]
stack_map_stream.cc 277 DexRegisterMap map = code_info.GetInlineDexRegisterMapOf(stack_map, inline_info);
  /art/compiler/debug/
elf_debug_loc_writer.h 90 const std::vector<DexRegisterMap>& dex_register_maps,
149 DexRegisterMap dex_register_map = dex_register_maps[stack_map_index];
176 const std::vector<DexRegisterMap>& dex_register_maps,
elf_debug_info_writer.h 192 std::vector<DexRegisterMap> dex_reg_maps;
454 const std::vector<DexRegisterMap>& dex_register_maps,
  /art/runtime/jit/
jit.cc 474 DexRegisterMap vreg_map = code_info.GetDexRegisterMapOf(stack_map);
    [all...]

Completed in 358 milliseconds