Searched refs:GetInstanceType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/include/
H A Dv8.h5872 V8_INLINE static int GetInstanceType(const internal::Object* obj) { function in class:v8::internal::Internals
6410 if (I::GetInstanceType(obj) == I::kJSObjectType) {
6428 if (V8_LIKELY(I::GetInstanceType(obj) == I::kJSObjectType)) {
6459 if (I::IsExternalTwoByteString(I::GetInstanceType(obj))) {
6477 int type = I::GetInstanceType(obj) & I::kFullStringRepresentationMask;
6505 if (I::GetInstanceType(obj) != I::kOddballType) return false;
6523 if (I::GetInstanceType(obj) != I::kOddballType) return false;
6541 return (I::GetInstanceType(obj) < I::kFirstNonstringType);
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc1301 switch (constant->GetInstanceType()) {
3230 InstanceType type = constant->GetInstanceType();
3287 InstanceType type = HConstant::cast(value())->GetInstanceType();
H A Dhydrogen-instructions.h3630 InstanceType GetInstanceType() const { return instance_type_; } function in class:v8::FINAL::FINAL

Completed in 220 milliseconds