Home
last modified time | relevance | path

Searched refs:LookupLiteralRepresentation (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/x64/
Dlithium-codegen-x64.cc322 chunk_->LookupLiteralRepresentation(op).IsInteger32(); in IsInteger32Constant()
328 chunk_->LookupLiteralRepresentation(op).IsTagged(); in IsTaggedConstant()
334 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32()); in ToInteger32()
343 ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged()); in ToHandle()
3800 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitPushConstantOperand()
Dlithium-x64.h1952 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
Dlithium-x64.cc512 Representation LChunk::LookupLiteralRepresentation( in LookupLiteralRepresentation() function in v8::internal::LChunk
/external/v8/src/arm/
Dlithium-codegen-arm.cc316 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
342 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32()); in ToInteger32()
353 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
Dlithium-arm.h1969 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
Dlithium-arm.cc519 Representation LChunk::LookupLiteralRepresentation( in LookupLiteralRepresentation() function in v8::internal::LChunk
/external/v8/src/ia32/
Dlithium-ia32.h2026 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
Dlithium-codegen-ia32.cc286 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32()); in ToInteger32()
296 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToImmediate()
Dlithium-ia32.cc511 Representation LChunk::LookupLiteralRepresentation( in LookupLiteralRepresentation() function in v8::internal::LChunk