Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.cc964 translation->StoreLiteral(optimized_out_literal_id_); in TranslateStateValueDescriptor()
1217 translation->StoreLiteral(literal_id); in AddTranslationForOperand()
/external/v8/src/
Ddeoptimizer.h976 void StoreLiteral(int literal_id);
Ddeoptimizer.cc2058 void Translation::StoreLiteral(int literal_id) { in StoreLiteral() function in v8::internal::Translation