Home
last modified time | relevance | path

Searched refs:TryToIntptr (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc496 TNode<IntPtrT> intptr_index = TryToIntptr( in HandleLoadICSmiHandlerCase()
593 TNode<IntPtrT> index = TryToIntptr(p->name(), miss); in HandleLoadICSmiHandlerCase()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc8049 *var_index = TryToIntptr(key, &if_keyisnotindex, &var_instance_type); in TryToName()
10615 TNode<IntPtrT> CodeStubAssembler::TryToIntptr( in TryToIntptr() function in v8::internal::CodeStubAssembler
11275 TNode<IntPtrT> intptr_key = TryToIntptr(key, bailout); in EmitElementStore()
Dcode-stub-assembler.h4023 TNode<IntPtrT> TryToIntptr(TNode<Object> key, Label* if_not_intptr,