HomeSort by relevance Sort by last modified time
    Searched refs:INTPTR_PARAMETERS (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
code-stub-assembler.h 71 enum ParameterMode { SMI_PARAMETERS, INTPTR_PARAMETERS };
80 return Is64() ? INTPTR_PARAMETERS : SMI_PARAMETERS;
84 return mode == INTPTR_PARAMETERS ? MachineType::PointerRepresentation()
117 DCHECK_EQ(INTPTR_PARAMETERS, mode); \
203 DCHECK_EQ(INTPTR_PARAMETERS, mode);
212 DCHECK_EQ(INTPTR_PARAMETERS, mode);
417 ParameterMode parameter_mode = INTPTR_PARAMETERS);
426 ParameterMode parameter_mode = INTPTR_PARAMETERS);
431 ParameterMode parameter_mode = INTPTR_PARAMETERS,
442 ParameterMode parameter_mode = INTPTR_PARAMETERS);
    [all...]
code-stub-assembler.cc 172 DCHECK_EQ(INTPTR_PARAMETERS, mode);
    [all...]
  /external/v8/src/ic/
keyed-store-generic.cc 158 capacity, INTPTR_PARAMETERS, bailout);
257 INTPTR_PARAMETERS, kHeaderSize);
326 intptr_index, FAST_DOUBLE_ELEMENTS, INTPTR_PARAMETERS, kHeaderSize);
360 INTPTR_PARAMETERS, kHeaderSize);
409 intptr_index, FAST_ELEMENTS, INTPTR_PARAMETERS, kHeaderSize);
    [all...]
accessor-assembler.cc 100 kEntrySize, INTPTR_PARAMETERS, IndexAdvanceMode::kPost);
137 kEntrySize, INTPTR_PARAMETERS, IndexAdvanceMode::kPost);
426 1, INTPTR_PARAMETERS, IndexAdvanceMode::kPost);
580 1, INTPTR_PARAMETERS, IndexAdvanceMode::kPost);
    [all...]
  /external/v8/src/builtins/
builtins-arguments.cc 333 -kPointerSize, INTPTR_PARAMETERS);
368 -kPointerSize, INTPTR_PARAMETERS);
builtins-string.cc 473 Node* code = StringCharCodeAt(receiver, position, INTPTR_PARAMETERS);
485 Node* code = StringCharCodeAt(receiver, position, INTPTR_PARAMETERS);
549 CodeStubAssembler::INTPTR_PARAMETERS,
570 CodeStubAssembler::INTPTR_PARAMETERS);
575 CodeStubAssembler::INTPTR_PARAMETERS,
593 CodeStubAssembler::INTPTR_PARAMETERS,
    [all...]
builtins-handler.cc 31 Node* code = StringCharCodeAt(receiver, index_intptr, INTPTR_PARAMETERS);
builtins-regexp.cc     [all...]
builtins-array.cc     [all...]
builtins-constructor.cc 330 CodeStubAssembler::ParameterMode mode = CodeStubAssembler::INTPTR_PARAMETERS;
  /external/v8/src/interpreter/
interpreter.cc 509 CodeStubAssembler::INTPTR_PARAMETERS);
    [all...]

Completed in 326 milliseconds