Searched defs:PrepareFrameState (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dast-graph-builder.cc435 PrepareFrameState(node, BailoutId::FunctionEntry());
1275 PrepareFrameState(literal, expr->id(), ast_context()->GetStateCombine());
1288 PrepareFrameState(literal, expr->CreateLiteralId(),
1323 PrepareFrameState(store, key->id(),
1342 PrepareFrameState(set_property, BailoutId::None());
1357 PrepareFrameState(set_prototype, expr->GetIdForPropertySet(i));
1392 PrepareFrameState(call, it->second->bailout_id);
1417 PrepareFrameState(literal, expr->CreateLiteralId(),
1438 PrepareFrameState(store, expr->GetIdForElement(array_index),
1497 PrepareFrameState(old_valu
2846 void AstGraphBuilder::PrepareFrameState(Node* node, BailoutId ast_id, function in class:v8::internal::compiler::AstGraphBuilder
[all...]
H A Dbytecode-graph-builder.cc209 builder()->PrepareFrameState(node, OutputFrameStateCombine::PokeAt(0));
219 builder()->PrepareFrameState(node, OutputFrameStateCombine::PokeAt(
230 builder()->PrepareFrameState(node, OutputFrameStateCombine::PokeAt(
242 builder()->PrepareFrameState(node, OutputFrameStateCombine::Ignore());
610 void BytecodeGraphBuilder::PrepareFrameState(Node* node, function in class:v8::internal::BytecodeGraphBuilder
2280 // calls to {PrepareFrameState} within individual visitor methods.

Completed in 114 milliseconds