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

  /external/v8/src/interpreter/
bytecode-array-accessor.h 44 Handle<Object> GetConstantForIndexOperand(int operand_index) const;
bytecode-array-accessor.cc 171 Handle<Object> BytecodeArrayAccessor::GetConstantForIndexOperand(
187 Smi* smi = Smi::cast(*GetConstantForIndexOperand(0));
  /external/v8/src/compiler/
bytecode-graph-builder.cc 692 jsgraph()->Constant(bytecode_iterator().GetConstantForIndexOperand(0));
750 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(0));
760 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(0));
770 Handle<Name>::cast(bytecode_iterator().GetConstantForIndexOperand(0));
    [all...]

Completed in 703 milliseconds