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.h314 bool Assembler::is_constant_pool_load(Address pc) { in is_constant_pool_load() function
328 if (is_constant_pool_load(pc)) { in target_address_at()
363 if (is_constant_pool_load(pc)) { in set_target_address_at()
Dassembler-arm.h655 V8_INLINE static bool is_constant_pool_load(Address pc);
Dassembler-arm.cc338 return Assembler::is_constant_pool_load(pc_); in IsInConstantPool()