Home
last modified time | relevance | path

Searched defs:ToInt32 (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.h205 int32_t ToInt32(const InstructionOperand* operand) const { in ToInt32() function
/external/v8/src/compiler/
Dinstruction.h1021 int32_t ToInt32() const { in ToInt32() function
/external/v8/src/
Dapi.cc3179 MaybeLocal<Int32> Value::ToInt32(Local<Context> context) const { in ToInt32() function in v8::Value
3191 Local<Int32> Value::ToInt32(Isolate* isolate) const { in ToInt32() function in v8::Value
Dobjects.cc169 MaybeHandle<Object> Object::ToInt32(Isolate* isolate, Handle<Object> input) { in ToInt32() function in v8::internal::Object
960 bool Object::ToInt32(int32_t* value) { in ToInt32() function in v8::internal::Object