Home
last modified time | relevance | path

Searched refs:ToInteger (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/src/interpreter/
Dinterpreter-intrinsics.h45 V(ToInteger, to_integer, 1) \
Dinterpreter-intrinsics.cc284 Node* IntrinsicsHelper::ToInteger(Node* input, Node* arg_count, Node* context) { in ToInteger() function in v8::internal::interpreter::IntrinsicsHelper
285 return IntrinsicAsStubCall(input, context, CodeFactory::ToInteger(isolate())); in ToInteger()
/external/v8/src/
Dcode-factory.h75 static Callable ToInteger(Isolate* isolate);
Dcode-factory.cc181 Callable CodeFactory::ToInteger(Isolate* isolate) { in ToInteger() function in v8::internal::CodeFactory
Dbuiltins.cc3105 Object::ToInteger(isolate, number_offset)); in BUILTIN()
4821 if (Object::ToInteger(isolate, value).ToHandleChecked()->Number() != in IsValidCodePoint()
4935 Callable callable = CodeFactory::ToInteger(assembler->isolate()); in Generate_StringPrototypeCharAt()
5030 Callable callable = CodeFactory::ToInteger(assembler->isolate()); in Generate_StringPrototypeCharCodeAt()
5140 Object::ToInteger(isolate, length)); in BUILTIN()
6160 Callable to_integer = CodeFactory::ToInteger(a->isolate()); in Generate_AtomicsStore()
Disolate.h248 int ToInteger() const { return static_cast<int>(base::NoBarrier_Load(&id_)); } in ToInteger() function
Dcode-stubs.h137 V(ToInteger) \
948 DEFINE_TURBOFAN_CODE_STUB(ToInteger, TurboFanCodeStub);
Dapi.cc3162 MaybeLocal<Integer> Value::ToInteger(Local<Context> context) const { in ToInteger() function in v8::Value
3165 PREPARE_FOR_EXECUTION(context, Object, ToInteger, Integer); in ToInteger()
3168 !ToLocal<Integer>(i::Object::ToInteger(isolate, obj), &result); in ToInteger()
3174 Local<Integer> Value::ToInteger(Isolate* isolate) const { in ToInteger() function in v8::Value
3175 RETURN_TO_LOCAL_UNCHECKED(ToInteger(isolate->GetCurrentContext()), Integer); in ToInteger()
3487 has_pending_exception = !i::Object::ToInteger(isolate, obj).ToHandle(&num); in IntegerValue()
Dobjects.h1158 MUST_USE_RESULT static MaybeHandle<Object> ToInteger(Isolate* isolate,
Dobjects.cc162 MaybeHandle<Object> Object::ToInteger(Isolate* isolate, Handle<Object> input) { in ToInteger() function in v8::internal::Object
/external/pdfium/xfa/src/fxjse/src/
Dvalue.h133 V8_INLINE int32_t ToInteger() const { in ToInteger() function
Dvalue.cpp77 return lpValue->ToInteger(); in FXJSE_Value_ToInteger()
/external/v8/src/compiler/
Djs-operator.h409 const Operator* ToInteger();
Dtyper.cc240 static Type* ToInteger(Type*, Typer*);
403 Type* Typer::Visitor::ToInteger(Type* type, Typer* t) { in ToInteger() function in v8::internal::compiler::Typer::Visitor
419 type = ToInteger(type, t); in ToLength()
1099 return TypeUnaryOp(node, ToInteger); in TypeJSToInteger()
1453 return TypeUnaryOp(node, ToInteger); in TypeJSCallRuntime()
Djs-intrinsic-lowering.cc366 NodeProperties::ChangeOp(node, javascript()->ToInteger()); in ReduceToInteger()
Djs-operator.cc407 V(ToInteger, Operator::kNoProperties, 1, 1) \
Djs-generic-lowering.cc83 REPLACE_STUB_CALL(ToInteger)
/external/v8/src/full-codegen/
Dfull-codegen.h526 F(ToInteger) \
Dfull-codegen.cc593 EmitIntrinsicAsStubCall(expr, CodeFactory::ToInteger(isolate())); in EmitToInteger()
/external/v8/include/
Dv8.h1965 V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
1982 Local<Integer> ToInteger(Isolate* isolate) const);
1996 Local<Integer> ToInteger() const);
8322 Local<Integer> Value::ToInteger() const {
8323 return ToInteger(Isolate::GetCurrent()->GetCurrentContext())
/external/v8/src/runtime/
Druntime-object.cc827 RETURN_RESULT_OR_FAILURE(isolate, Object::ToInteger(isolate, input)); in RUNTIME_FUNCTION()
Druntime.h421 F(ToInteger, 1, 1) \
/external/v8/src/crankshaft/
Dhydrogen.h2270 F(ToInteger) \
Dhydrogen.cc12509 Callable callable = CodeFactory::ToInteger(isolate()); in GenerateToInteger()
/external/chromium-trace/catapult/tracing/test_data/
Dv8.log2417 code-creation,LazyCompile,0,0x424408c0,232,"ToInteger native runtime.js:585",0x234101a0,~
2867 code-creation,CallIC,7,0x42450160,129,"ToInteger"
5437 code-creation,LazyCompile,0,0x4f040720,232,"ToInteger native runtime.js:585",0x234101a0,~
5439 code-creation,LazyCompile,1,0x4f040820,270,"ToInteger native runtime.js:585",0x234101a0,*

12