Home
last modified time | relevance | path

Searched refs:newHInstrArray (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_generic_regs.h232 extern HInstrArray* newHInstrArray ( void );
Dhost_generic_regs.c193 HInstrArray* newHInstrArray ( void ) in newHInstrArray() function
Dhost_generic_reg_alloc2.c455 instrs_out = newHInstrArray(); in doRegisterAllocation()
Dhost_amd64_isel.c4135 env->code = newHInstrArray(); in iselSB_AMD64()
Dhost_ppc_isel.c4151 env->code = newHInstrArray(); in iselSB_PPC()
Dhost_x86_isel.c4028 env->code = newHInstrArray(); in iselSB_X86()
Dhost_arm_isel.c5986 env->code = newHInstrArray(); in iselSB_ARM()