Searched refs:ComputeLiteral (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Ddeoptimizer.cc880 function = JSFunction::cast(ComputeLiteral(iterator->Next()));
1116 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
1242 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
1408 JSFunction* accessor = JSFunction::cast(ComputeLiteral(iterator->Next()));
2353 Object* literal = ComputeLiteral(iterator->Next());
2638 Object* literal = ComputeLiteral(iterator->Next());
2748 Object* Deoptimizer::ComputeLiteral(int index) const { function in class:v8::internal::Deoptimizer
H A Ddeoptimizer.h342 Object* ComputeLiteral(int index) const;

Completed in 885 milliseconds