Home
last modified time | relevance | path

Searched refs:is_constant_pool_load (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/arm/
Dassembler-arm-inl.h457 bool Assembler::is_constant_pool_load(Address pc) { in is_constant_pool_load() function
512 if (is_constant_pool_load(pc)) { in target_address_at()
545 if (is_constant_pool_load(pc)) { in set_target_address_at()
Dassembler-arm.h720 INLINE(static bool is_constant_pool_load(Address pc));
Dassembler-arm.cc336 return Assembler::is_constant_pool_load(pc_); in IsInConstantPool()