Searched refs:HToFastProperties (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h7463 class HToFastProperties V8_FINAL : public HUnaryOperation {
7465 DECLARE_INSTRUCTION_FACTORY_P1(HToFastProperties, HValue*);
7474 explicit HToFastProperties(HValue* value) : HUnaryOperation(value) { function in class:V8_FINAL
H A Dhydrogen.cc5558 HToFastProperties* result = Add<HToFastProperties>(Pop());
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc2470 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) {
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc2495 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc2542 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc2416 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc2505 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) {
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc2527 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) {

Completed in 291 milliseconds