Searched defs:IsSmi (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/objects/ | ||
| D | tagged-impl.h | 69 constexpr bool IsSmi() const { return HAS_SMI_TAG(ptr_); } in IsSmi() function |
| D | property-details.h | 208 constexpr bool IsSmi() const { return kind_ == kSmi; } in IsSmi() function |
| /third_party/node/deps/v8/tools/ | ||
| D | grokdump.py | 1871 def IsSmi(self, tagged_address): member in V8Heap |
| /third_party/node/deps/v8/src/compiler/ | ||
| D | wasm-compiler.cc | 6887 Node* IsSmi(Node* input) { in IsSmi() function in v8::internal::compiler::__anon332142051511::WasmWrapperGraphBuilder |