HomeSort by relevance Sort by last modified time
    Searched defs:IntPtrConstant (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
code-stub-assembler.cc 61 Node* CodeStubAssembler::IntPtrConstant(intptr_t value) {
62 return raw_assembler_->IntPtrConstant(value);
123 IntPtrConstant(offset - kHeapObjectTag));
js-graph.h 89 Node* IntPtrConstant(intptr_t value) {
95 return IntPtrConstant(bit_cast<intptr_t>(value));
interpreter-assembler.cc 329 Node* InterpreterAssembler::IntPtrConstant(intptr_t value) {
330 return raw_assembler_->IntPtrConstant(value);
383 IntPtrAdd(IntPtrConstant(FixedArray::kHeaderSize - kHeapObjectTag),
393 IntPtrAdd(IntPtrConstant(FixedArray::kHeaderSize - kHeapObjectTag),
402 IntPtrConstant(offset - kHeapObjectTag));
408 IntPtrConstant(Context::SlotOffset(slot_index)));
433 IntPtrConstant(InterpreterFrameConstants::kFunctionFromRegisterPointer));
raw-machine-assembler.h 72 return IntPtrConstant(reinterpret_cast<intptr_t>(value));
74 Node* IntPtrConstant(intptr_t value) {
111 return Load(rep, base, IntPtrConstant(0));
118 return Store(rep, base, IntPtrConstant(0), value, write_barrier);

Completed in 82 milliseconds