Searched refs:TryToIntptr (Results 1 – 4 of 4) sorted by relevance
1336 TNode<IntPtrT> target_byte_length = TryToIntptr( in TF_BUILTIN()1341 TNode<IntPtrT> source_byte_length = TryToIntptr( in TF_BUILTIN()
362 Node* intptr_index = TryToIntptr(p->name, miss); in HandleLoadICSmiHandlerCase()423 Node* intptr_index = TryToIntptr(p->name, miss); in HandleLoadICSmiHandlerCase()
2862 TNode<IntPtrT> TryToIntptr(Node* key, Label* miss);
7472 var_index->Bind(TryToIntptr(key, &if_keyisnotindex)); in TryToName()9169 TNode<IntPtrT> CodeStubAssembler::TryToIntptr(Node* key, Label* miss) { in TryToIntptr() function in v8::internal::CodeStubAssembler9563 TNode<IntPtrT> intptr_key = TryToIntptr(key, bailout); in EmitElementStore()