Home
last modified time | relevance | path

Searched defs:SmiFromInt32 (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h85 inline Value<uintptr_t> SmiFromInt32(d::MemoryAccessor accessor, int32_t i) { in SmiFromInt32() function
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc748 TNode<Smi> CodeStubAssembler::SmiFromInt32(TNode<Int32T> value) { in SmiFromInt32() function in v8::internal::CodeStubAssembler