Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator-impl.h94 return ToCode(instr_->InputAt(index)); in InputCode()
171 Handle<CodeT> ToCode(InstructionOperand* op) { in ToCode() function
172 return ToConstant(op).ToCode(); in ToCode()
Dinstruction.cc559 Handle<CodeT> Constant::ToCode() const { in ToCode() function in v8::internal::compiler::Constant
Dinstruction.h1181 Handle<CodeT> ToCode() const;