Searched defs:ToInt32 (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/cctest/compiler/
H A Dinstruction-selector-tester.h101 int32_t ToInt32(const InstructionOperand* operand) const { function in class:v8::internal::compiler::InstructionSelectorTester
105 return immediates[i].ToInt32();
/external/v8/src/compiler/
H A Dinstruction-selector-unittest.h146 int32_t ToInt32(const InstructionOperand* operand) const { function in class:v8::internal::compiler::InstructionSelectorTest::FINAL
147 return ToConstant(operand).ToInt32();
H A Dinstruction.h669 int32_t ToInt32() const { function in class:v8::internal::compiler::FINAL
675 if (type() == kInt32) return ToInt32();
681 if (type() == kInt32) return ToInt32();
/external/v8/src/
H A Druntime.js582 function ToInt32(x) { function
H A Dexecution.cc530 MaybeHandle<Object> Execution::ToInt32( function in class:v8::internal::Execution
H A Dapi.cc2927 Local<Int32> Value::ToInt32() const { function in class:v8::Value
2934 LOG_API(isolate, "ToInt32");
2937 has_pending_exception = !i::Execution::ToInt32(isolate, obj).ToHandle(&num);
3001 has_pending_exception = !i::Execution::ToInt32(isolate, obj).ToHandle(&num);
H A Dobjects.cc175 bool Object::ToInt32(int32_t* value) { function in class:v8::internal::Object

Completed in 182 milliseconds