Searched defs:const_op (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc424 LConstantOperand* const_op = LConstantOperand::cast(op); local
425 HConstant* constant = chunk_->LookupConstant(const_op);
427 Representation r = chunk_->LookupLiteralRepresentation(const_op);
459 LConstantOperand* const_op = LConstantOperand::cast(op); local
460 HConstant* constant = chunk_->LookupConstant(const_op);
462 Representation r = chunk_->LookupLiteralRepresentation(const_op);
533 LConstantOperand* const_op = LConstantOperand::cast(op); local
534 HConstant* constant = chunk()->LookupConstant(const_op);
535 Representation r = chunk_->LookupLiteralRepresentation(const_op);
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc409 LConstantOperand* const_op = LConstantOperand::cast(op); local
410 HConstant* constant = chunk_->LookupConstant(const_op);
412 Representation r = chunk_->LookupLiteralRepresentation(const_op);
447 LConstantOperand* const_op = LConstantOperand::cast(op); local
448 HConstant* constant = chunk_->LookupConstant(const_op);
450 Representation r = chunk_->LookupLiteralRepresentation(const_op);
519 LConstantOperand* const_op = LConstantOperand::cast(op); local
520 HConstant* constant = chunk()->LookupConstant(const_op);
521 Representation r = chunk_->LookupLiteralRepresentation(const_op);
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc324 LConstantOperand* const_op = LConstantOperand::cast(op); local
325 Handle<Object> literal = chunk_->LookupLiteral(const_op);
326 Representation r = chunk_->LookupLiteralRepresentation(const_op);
362 LConstantOperand* const_op = LConstantOperand::cast(op); local
363 Handle<Object> literal = chunk_->LookupLiteral(const_op);
364 Representation r = chunk_->LookupLiteralRepresentation(const_op);
417 LConstantOperand* const_op = LConstantOperand::cast(op); local
418 Handle<Object> literal = chunk_->LookupLiteral(const_op);
419 Representation r = chunk_->LookupLiteralRepresentation(const_op);
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc294 LConstantOperand* const_op = LConstantOperand::cast(op); local
295 Handle<Object> literal = chunk_->LookupLiteral(const_op);
296 Representation r = chunk_->LookupLiteralRepresentation(const_op);
332 LConstantOperand* const_op = LConstantOperand::cast(op); local
333 Handle<Object> literal = chunk_->LookupLiteral(const_op);
334 Representation r = chunk_->LookupLiteralRepresentation(const_op);
385 LConstantOperand* const_op = LConstantOperand::cast(op); local
386 Handle<Object> literal = chunk_->LookupLiteral(const_op);
387 Representation r = chunk_->LookupLiteralRepresentation(const_op);

Completed in 212 milliseconds