/external/v8/src/interpreter/ |
D | interpreter-intrinsics.h | 45 V(ToInteger, to_integer, 1) \
|
D | interpreter-intrinsics.cc | 284 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/ |
D | code-factory.h | 75 static Callable ToInteger(Isolate* isolate);
|
D | code-factory.cc | 181 Callable CodeFactory::ToInteger(Isolate* isolate) { in ToInteger() function in v8::internal::CodeFactory
|
D | builtins.cc | 3105 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()
|
D | isolate.h | 248 int ToInteger() const { return static_cast<int>(base::NoBarrier_Load(&id_)); } in ToInteger() function
|
D | code-stubs.h | 137 V(ToInteger) \ 948 DEFINE_TURBOFAN_CODE_STUB(ToInteger, TurboFanCodeStub);
|
D | api.cc | 3162 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()
|
D | objects.h | 1158 MUST_USE_RESULT static MaybeHandle<Object> ToInteger(Isolate* isolate,
|
D | objects.cc | 162 MaybeHandle<Object> Object::ToInteger(Isolate* isolate, Handle<Object> input) { in ToInteger() function in v8::internal::Object
|
/external/pdfium/xfa/src/fxjse/src/ |
D | value.h | 133 V8_INLINE int32_t ToInteger() const { in ToInteger() function
|
D | value.cpp | 77 return lpValue->ToInteger(); in FXJSE_Value_ToInteger()
|
/external/v8/src/compiler/ |
D | js-operator.h | 409 const Operator* ToInteger();
|
D | typer.cc | 240 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()
|
D | js-intrinsic-lowering.cc | 366 NodeProperties::ChangeOp(node, javascript()->ToInteger()); in ReduceToInteger()
|
D | js-operator.cc | 407 V(ToInteger, Operator::kNoProperties, 1, 1) \
|
D | js-generic-lowering.cc | 83 REPLACE_STUB_CALL(ToInteger)
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 526 F(ToInteger) \
|
D | full-codegen.cc | 593 EmitIntrinsicAsStubCall(expr, CodeFactory::ToInteger(isolate())); in EmitToInteger()
|
/external/v8/include/ |
D | v8.h | 1965 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/ |
D | runtime-object.cc | 827 RETURN_RESULT_OR_FAILURE(isolate, Object::ToInteger(isolate, input)); in RUNTIME_FUNCTION()
|
D | runtime.h | 421 F(ToInteger, 1, 1) \
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 2270 F(ToInteger) \
|
D | hydrogen.cc | 12509 Callable callable = CodeFactory::ToInteger(isolate()); in GenerateToInteger()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | v8.log | 2417 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,*
|