Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddisasm-arm.cc66 static bool IsConstantPoolAt(byte* instr_ptr);
1627 bool Decoder::IsConstantPoolAt(byte* instr_ptr) { in IsConstantPoolAt() function in v8::internal::Decoder
1634 if (IsConstantPoolAt(instr_ptr)) { in ConstantPoolSizeAt()
/external/v8/src/arm64/
Dassembler-arm64.cc890 bool Assembler::IsConstantPoolAt(Instruction* instr) { in IsConstantPoolAt() function in v8::internal::Assembler
924 if (IsConstantPoolAt(instr)) { in ConstantPoolSizeAt()
Dassembler-arm64.h974 static bool IsConstantPoolAt(Instruction* instr);