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

  /external/v8/src/compiler/
code-generator-impl.h 91 return ToCode(instr_->InputAt(index));
164 Handle<Code> ToCode(InstructionOperand* op) {
165 return ToConstant(op).ToCode();
instruction.cc 590 Handle<Code> Constant::ToCode() const {
    [all...]
instruction.h     [all...]
  /external/clang/unittests/AST/
ASTImporterTest.cpp 50 const std::string &ToCode, Language ToLang,
63 ToAST = tooling::buildASTFromCodeWithArgs(ToCode, ToArgs, OutputFileName);

Completed in 1091 milliseconds