Home
last modified time | relevance | path

Searched refs:SmiValue (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dsmi.h33 inline int value() const { return Internals::SmiValue(ptr()); } in value()
/third_party/node/deps/v8/include/
H A Dv8-internal.h454 V8_INLINE static int SmiValue(const internal::Address value) { in SmiValue() function in v8::internal::Internals
476 return SmiValue(ReadTaggedSignedField(obj, kOddballKindOffset)); in GetOddballKind()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-internal.h652 V8_INLINE static int SmiValue(Address value) { in SmiValue() function in v8::internal::Internals
688 return SmiValue(ReadTaggedSignedField(obj, kOddballKindOffset)); in GetOddballKind()
/third_party/node/deps/v8/src/profiler/
H A Dtick-sample.cc344 bytecode_array + i::Internals::SmiValue(bytecode_offset)); in GetStackSample()

Completed in 5 milliseconds