HomeSort by relevance Sort by last modified time
    Searched full:ecu (Results 1 - 22 of 22) sorted by null

  /external/valgrind/main/include/
pub_tool_execontext.h 98 // Find the ExeContext that has the given ECU, if any.
105 // Is this a plausible-looking ECU ? Catches some obvious stupid
106 // cases, but does not guarantee that the ECU is really valid, that
108 static inline Bool VG_(is_plausible_ECU)( UInt ecu ) {
109 return (ecu > 0) && ((ecu & 3) == 0);
pub_tool_tooliface.h 566 For the _new functions, a tool may specify with with-ECU
567 (ExeContext Unique) or without-ECU version for each size, but not
568 both. If the with-ECU version is supplied, then the core will
569 arrange to pass, as the ecu argument, a 32-bit int which uniquely
576 void VG_(track_new_mem_stack_4_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
577 void VG_(track_new_mem_stack_8_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
578 void VG_(track_new_mem_stack_12_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
579 void VG_(track_new_mem_stack_16_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
580 void VG_(track_new_mem_stack_32_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
581 void VG_(track_new_mem_stack_112_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
    [all...]
  /external/valgrind/main/coregrind/
m_execontext.c 85 UInt ecu; member in struct:_ExeContext
99 /* ECU serial number */
151 // null execontext must be the first one created and get ecu 4.
152 vg_assert(null_ExeContext->ecu == 4);
170 VG_(message)(Vg_DebugMsg, " exectx: stacktrace ecu %u n_ips %u\n",
171 ec->ecu, ec->n_ips);
431 new_ec->ecu = ec_next_ecu;
474 vg_assert(VG_(is_plausible_ECU)(e->ecu));
475 return e->ecu;
483 ExeContext* VG_(get_ExeContext_from_ECU)( UInt ecu )
    [all...]
pub_core_stacks.h 48 ( Addr old_SP, Addr new_SP, UInt ecu );
m_stacks.c 355 void VG_(unknown_SP_update_w_ECU)( Addr old_SP, Addr new_SP, UInt ecu ) {
360 VG_TRACK( new_mem_stack_w_ECU, new_SP, -delta, ecu );
m_translate.c 205 UInt ecu; local
209 ecu = VG_(get_ECU_from_ExeContext)( ec );
210 vg_assert(VG_(is_plausible_ECU)(ecu));
211 /* This is always safe to do, since ecu is only 32 bits, and
213 return mkIRExpr_HWord( (HWord)ecu );
    [all...]
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 399 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc)); local
400 tl_assert(VG_(is_plausible_ECU)(ecu));
401 MC_(make_mem_undefined_w_otag)( p, szB, ecu | MC_OKIND_HEAP );
599 UInt ecu; local
606 // We have to do that after VG_(HT_add_node) to ensure the ecu
608 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc));
609 tl_assert(VG_(is_plausible_ECU)(ecu));
612 ecu | MC_OKIND_HEAP );
680 UInt ecu = VG_(get_ECU_from_ExeContext)(ec); local
682 ecu | MC_OKIND_HEAP )
    [all...]
mc_main.c 1811 UInt ecu; local
3475 UInt ecu; local
3523 UInt ecu = convert_nia_to_ecu ( nia ); local
5695 UInt ecu; local
    [all...]
mc_include.h 171 An origin tag comprises an upper 30-bit ECU field and a lower 2-bit
172 'kind' field. The ECU field is a number given out by m_execontext
173 and has a 1-1 mapping with ExeContext*s. An ECU can be used
192 * to convert from an ECU to an otag, OR in one of the MC_OKIND_
195 * to convert an otag back to an ECU, AND it with ~3
mc_errors.c 1017 UInt ecu = otag & ~3; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
b_cn_cod.h 151 ; do not produce tonal artifacts if used by ECU.
b_cn_cod.cpp 425 tonal artifacts if used by ECU.
  /art/runtime/
check_jni.cc     [all...]
  /prebuilts/qemu-kernel/mips/2.6/
kernel-qemu 
vmlinux-qemu 
  /external/chromium_org/third_party/icu/source/common/
uloc.c 400 "DMA", "DOM", "DZA", "ECU", "EST", "EGY", "ESH", "ERI",
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp 392 "DMA", "DOM", "DZA", "ECU", "EST", "EGY", "ESH", "ERI",
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_codecs_kr.so 
  /development/perftests/panorama/input/
test_032.ppm     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
final-url-en     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 3758 milliseconds