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

  /external/v8/src/
compiler.h 405 struct InlinedFunctionHolder {
413 explicit InlinedFunctionHolder(
419 typedef std::vector<InlinedFunctionHolder> InlinedFunctionList;
425 inlined_functions_.push_back(InlinedFunctionHolder(inlined_function));
  /external/v8/src/compiler/
code-generator.cc 88 for (const CompilationInfo::InlinedFunctionHolder& inlined :
98 for (const CompilationInfo::InlinedFunctionHolder& inlined :

Completed in 1964 milliseconds