Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Ddisasm-arm.cc66 static bool IsConstantPoolAt(byte* instr_ptr);
1624 bool Decoder::IsConstantPoolAt(byte* instr_ptr) { in IsConstantPoolAt() function in v8::internal::Decoder
1631 if (IsConstantPoolAt(instr_ptr)) { in ConstantPoolSizeAt()
/external/chromium_org/v8/src/arm64/
Dassembler-arm64.cc643 bool Assembler::IsConstantPoolAt(Instruction* instr) { in IsConstantPoolAt() function in v8::internal::Assembler
677 if (IsConstantPoolAt(instr)) { in ConstantPoolSizeAt()
Dassembler-arm64.h912 static bool IsConstantPoolAt(Instruction* instr);