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

  /external/v8/src/interpreter/
interpreter-intrinsics.h 39 V(ToLength, to_length, 1) \
interpreter-intrinsics.cc 254 Node* IntrinsicsHelper::ToLength(Node* input, Node* arg_count, Node* context) {
255 return IntrinsicAsStubCall(input, context, CodeFactory::ToLength(isolate()));
  /external/v8/src/regexp/
regexp-utils.cc 152 // The smi check is required to omit ToLength(lastIndex) calls with possible
183 Object::ToLength(isolate, last_index_obj), Object);
  /external/v8/src/runtime/
runtime-regexp.cc     [all...]
runtime-array.cc 452 // Let len be ? ToLength(? Get(O, "length")).
468 Object::ToLength(isolate, len_));
559 // Let len be ? ToLength(? Get(O, "length")).
575 Object::ToLength(isolate, len_));
runtime.h 419 F(ToLength, 1, 1) \
    [all...]
runtime-object.cc 871 RETURN_RESULT_OR_FAILURE(isolate, Object::ToLength(isolate, input));
    [all...]
  /external/v8/src/
code-factory.h 93 static Callable ToLength(Isolate* isolate);
code-factory.cc 249 TFS_BUILTIN(ToLength)
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/compiler/
js-intrinsic-lowering.cc 289 NodeProperties::ChangeOp(node, javascript()->ToLength());
js-operator.h 612 const Operator* ToLength();
typer.cc 268 static Type* ToLength(Type*, Typer*);
456 Type* Typer::Visitor::ToLength(Type* type, Typer* t) {
457 // ES6 section 7.1.15 ToLength ( argument )
    [all...]
js-generic-lowering.cc 78 REPLACE_STUB_CALL(ToLength)
js-operator.cc 573 V(ToLength, Operator::kNoProperties, 1, 1) \
    [all...]
  /external/v8/src/builtins/
builtins.h 224 TFS(ToLength, BUILTIN, kNoExtraICState, TypeConversion, 1) \
    [all...]
builtins-regexp.cc 251 // ToLength on a positive smi is a nop and can be skipped.
254 // Omit ToLength if lastindex is a non-negative smi.
260 Callable tolength_callable = CodeFactory::ToLength(isolate);
431 // The smi check is required to omit ToLength(lastIndex) calls with possible
472 // The smi check is required to omit ToLength(lastIndex) calls with possible
    [all...]
builtins-array.cc 562 // 3. Let len be ToLength(Get(O, "length")).
574 CallStub(CodeFactory::ToLength(isolate()), context, len_property));
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 418 F(ToLength) \
    [all...]
full-codegen.cc 611 EmitIntrinsicAsStubCall(expr, CodeFactory::ToLength(isolate()));
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen.cc     [all...]

Completed in 1502 milliseconds