Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddisasm-arm.cc65 static bool IsConstantPoolAt(byte* instr_ptr);
1824 bool Decoder::IsConstantPoolAt(byte* instr_ptr) { in IsConstantPoolAt() function in v8::internal::Decoder
1831 if (IsConstantPoolAt(instr_ptr)) { in ConstantPoolSizeAt()
/external/v8/src/arm64/
Dassembler-arm64.cc897 bool Assembler::IsConstantPoolAt(Instruction* instr) { in IsConstantPoolAt() function in v8::internal::Assembler
931 if (IsConstantPoolAt(instr)) { in ConstantPoolSizeAt()
Dassembler-arm64.h894 static bool IsConstantPoolAt(Instruction* instr);