Searched refs:ast_id (Results 1 - 25 of 47) sorted by relevance

12

/external/v8/src/
H A Dtype-info.cc72 Handle<Object> TypeFeedbackOracle::GetInfo(unsigned ast_id) { argument
73 int entry = dictionary_->FindEntry(ast_id);
491 void TypeFeedbackOracle::CollectReceiverTypes(unsigned ast_id, argument
495 Handle<Object> object = GetInfo(ast_id);
559 void TypeFeedbackOracle::CollectKeyedReceiverTypes(unsigned ast_id, argument
561 Handle<Object> object = GetInfo(ast_id);
582 byte TypeFeedbackOracle::ToBooleanTypes(unsigned ast_id) { argument
583 Handle<Object> object = GetInfo(ast_id);
643 unsigned ast_id = static_cast<unsigned>((*infos)[i].data()); local
653 SetInfo(ast_id, Sm
696 unsigned ast_id = cache->AstId(i)->value(); local
708 SetInfo(unsigned ast_id, Object* target) argument
[all...]
H A Dtype-info.h265 void CollectKeyedReceiverTypes(unsigned ast_id,
285 byte ToBooleanTypes(unsigned ast_id);
297 void CollectReceiverTypes(unsigned ast_id,
302 void SetInfo(unsigned ast_id, Object* target);
315 Handle<Object> GetInfo(unsigned ast_id);
H A Dhydrogen.h120 void SetJoinId(int ast_id);
127 void AddSimulate(int ast_id) { AddInstruction(CreateSimulate(ast_id)); } argument
170 HSimulate* CreateSimulate(int ast_id);
421 int ast_id() const { return ast_id_; } function in class:v8::internal::HEnvironment
589 virtual void ReturnInstruction(HInstruction* instr, int ast_id) = 0;
595 virtual void ReturnControl(HControlInstruction* instr, int ast_id) = 0;
630 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
631 virtual void ReturnControl(HControlInstruction* instr, int ast_id);
643 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
[all...]
H A Dlithium.h446 int ast_id,
456 ast_id_(ast_id),
470 int ast_id() const { return ast_id_; } function in class:v8::internal::LEnvironment
444 LEnvironment(Handle<JSFunction> closure, FrameType frame_type, int ast_id, int parameter_count, int argument_count, int value_count, LEnvironment* outer) argument
H A Dlithium.cc153 stream->Add("[id=%d|", ast_id());
H A Dhydrogen.cc136 HSimulate* HBasicBlock::CreateSimulate(int ast_id) { argument
139 ASSERT(ast_id == AstNode::kNoNumber ||
140 environment->closure()->shared()->VerifyBailoutId(ast_id));
145 HSimulate* instr = new(zone()) HSimulate(ast_id, pop_count);
200 void HBasicBlock::SetJoinId(int ast_id) { argument
210 ->VerifyBailoutId(ast_id));
211 simulate->set_ast_id(ast_id);
523 int id = block->predecessors()->first()->last_environment()->ast_id();
527 ASSERT(predecessor->last_environment()->ast_id() == id);
2268 void EffectContext::ReturnInstruction(HInstruction* instr, int ast_id) { argument
2275 ReturnControl(HControlInstruction* instr, int ast_id) argument
2287 ReturnInstruction(HInstruction* instr, int ast_id) argument
2298 ReturnControl(HControlInstruction* instr, int ast_id) argument
2318 ReturnInstruction(HInstruction* instr, int ast_id) argument
2333 ReturnControl(HControlInstruction* instr, int ast_id) argument
2601 AddSimulate(int ast_id) argument
4167 HandleGlobalVariableAssignment(Variable* var, HValue* value, int position, int ast_id) argument
4696 HandlePolymorphicElementAccess(HValue* object, HValue* key, HValue* val, Expression* prop, int ast_id, int position, bool is_store, bool* has_side_effects) argument
4887 HandleKeyedElementAccess(HValue* obj, HValue* key, HValue* val, Expression* expr, int ast_id, int position, bool is_store, bool* has_side_effects) argument
5176 TryInline(CallKind call_kind, Handle<JSFunction> target, ZoneList<Expression*>* arguments, HValue* receiver, int ast_id, int return_id, ReturnHandlingFlag return_handling) argument
[all...]
H A Dfull-codegen.h526 unsigned ast_id = kNoASTId);
606 unsigned ast_id; member in struct:v8::internal::FullCodeGenerator::TypeFeedbackCellEntry
H A Dfull-codegen.cc396 cache->SetAstId(i, Smi::FromInt(type_feedback_cells_[i].ast_id));
458 void FullCodeGenerator::RecordStackCheck(unsigned ast_id) { argument
462 BailoutEntry entry = { ast_id, static_cast<unsigned>(masm_->pc_offset()) };
H A Dframes.cc853 int ast_id = it.Next(); local
893 ast_id,
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc287 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { argument
291 if (static_cast<unsigned>(data->AstId(i)->value()) == ast_id) {
308 unsigned ast_id = data->OsrAstId()->value(); local
311 ASSERT(bailout_id_ == ast_id);
313 int bailout_id = LookupBailoutId(data, ast_id);
332 ASSERT(node_id == ast_id);
355 ast_id,
H A Dlithium-ia32.cc733 LInstruction* instr, int ast_id) {
737 pending_deoptimization_ast_id_ = ast_id;
761 instr, sim->ast_id());
1003 int ast_id = hydrogen_env->ast_id(); local
1004 ASSERT(ast_id != AstNode::kNoNumber ||
1010 ast_id,
2255 current_block_->last_environment()->set_ast_id(instr->ast_id());
2333 env->set_ast_id(instr->ast_id());
2348 ASSERT(pending_deoptimization_ast_id_ == instr->ast_id());
732 SetInstructionPendingDeoptimizationEnvironment( LInstruction* instr, int ast_id) argument
[all...]
H A Dmacro-assembler-ia32.h673 void CallStub(CodeStub* stub, unsigned ast_id = kNoASTId);
H A Dassembler-ia32.h884 unsigned ast_id = kNoASTId);
1136 unsigned ast_id = kNoASTId);
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc173 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { argument
177 if (static_cast<unsigned>(data->AstId(i)->value()) == ast_id) {
194 unsigned ast_id = data->OsrAstId()->value(); local
197 ASSERT(bailout_id_ == ast_id);
199 int bailout_id = LookupBailoutId(data, ast_id);
218 ASSERT(node_id == ast_id);
241 ast_id,
H A Dassembler-x64-inl.h68 unsigned ast_id) {
70 if (rmode == RelocInfo::CODE_TARGET && ast_id != kNoASTId) {
71 RecordRelocInfo(RelocInfo::CODE_TARGET_WITH_ID, ast_id);
66 emit_code_target(Handle<Code> target, RelocInfo::Mode rmode, unsigned ast_id) argument
H A Dlithium-x64.cc731 LInstruction* instr, int ast_id) {
735 pending_deoptimization_ast_id_ = ast_id;
759 instr, sim->ast_id());
997 int ast_id = hydrogen_env->ast_id(); local
998 ASSERT(ast_id != AstNode::kNoNumber ||
1004 ast_id,
2153 current_block_->last_environment()->set_ast_id(instr->ast_id());
2227 env->set_ast_id(instr->ast_id());
2241 if (pending_deoptimization_ast_id_ == instr->ast_id()) {
730 SetInstructionPendingDeoptimizationEnvironment( LInstruction* instr, int ast_id) argument
[all...]
H A Dmacro-assembler-x64.h818 unsigned ast_id = kNoASTId);
1155 void CallStub(CodeStub* stub, unsigned ast_id = kNoASTId);
/external/v8/src/arm/
H A Ddeoptimizer-arm.cc199 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { argument
203 if (static_cast<unsigned>(data->AstId(i)->value()) == ast_id) {
220 unsigned ast_id = data->OsrAstId()->value(); local
222 int bailout_id = LookupBailoutId(data, ast_id);
241 ASSERT(node_id == ast_id);
264 ast_id,
H A Dlithium-arm.cc736 LInstruction* instr, int ast_id) {
740 pending_deoptimization_ast_id_ = ast_id;
764 instr, sim->ast_id());
1002 int ast_id = hydrogen_env->ast_id(); local
1003 ASSERT(ast_id != AstNode::kNoNumber ||
1009 ast_id,
2154 current_block_->last_environment()->set_ast_id(instr->ast_id());
2228 env->set_ast_id(instr->ast_id());
2242 if (pending_deoptimization_ast_id_ == instr->ast_id()) {
735 SetInstructionPendingDeoptimizationEnvironment( LInstruction* instr, int ast_id) argument
[all...]
H A Dassembler-arm.h1206 void SetRecordedAstId(unsigned ast_id) { argument
1208 recorded_ast_id_ = ast_id;
H A Dmacro-assembler-arm.h112 unsigned ast_id = kNoASTId,
116 unsigned ast_id = kNoASTId,
/external/v8/src/mips/
H A Ddeoptimizer-mips.cc189 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { argument
193 if (static_cast<unsigned>(data->AstId(i)->value()) == ast_id) {
210 unsigned ast_id = data->OsrAstId()->value(); local
212 int bailout_id = LookupBailoutId(data, ast_id);
231 ASSERT(node_id == ast_id);
254 ast_id,
H A Dlithium-mips.cc736 LInstruction* instr, int ast_id) {
740 pending_deoptimization_ast_id_ = ast_id;
764 instr, sim->ast_id());
1002 int ast_id = hydrogen_env->ast_id(); local
1003 ASSERT(ast_id != AstNode::kNoNumber ||
1009 ast_id,
2159 current_block_->last_environment()->set_ast_id(instr->ast_id());
2233 env->set_ast_id(instr->ast_id());
2247 if (pending_deoptimization_ast_id_ == instr->ast_id()) {
735 SetInstructionPendingDeoptimizationEnvironment( LInstruction* instr, int ast_id) argument
[all...]
H A Dassembler-mips.h912 void SetRecordedAstId(unsigned ast_id) { argument
914 recorded_ast_id_ = ast_id;
H A Dmacro-assembler-mips.h185 unsigned ast_id = kNoASTId,
189 unsigned ast_id = kNoASTId,

Completed in 752 milliseconds

12