Searched defs:ast_id (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.cc88 CodeStub* stub, TypeFeedbackId ast_id, Condition cond) {
89 return CallSize(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, cond);
156 TypeFeedbackId ast_id,
165 TypeFeedbackId ast_id,
171 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
172 SetRecordedAstId(ast_id);
2379 TypeFeedbackId ast_id,
2382 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, cond);
87 CallStubSize( CodeStub* stub, TypeFeedbackId ast_id, Condition cond) argument
154 CallSize(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id, Condition cond) argument
163 Call(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id, Condition cond, TargetAddressStorageMode mode) argument
H A Dassembler-arm.h1332 void SetRecordedAstId(TypeFeedbackId ast_id) { argument
1334 recorded_ast_id_ = ast_id;
H A Dfull-codegen-arm.cc2572 TypeFeedbackId ast_id) {
2576 __ Call(code, RelocInfo::CODE_TARGET, ast_id, al,
2571 CallIC(Handle<Code> code, TypeFeedbackId ast_id) argument
/external/chromium_org/v8/src/
H A Dlithium.cc167 stream->Add("[id=%d|", ast_id().ToInt());
492 BailoutId ast_id = hydrogen_env->ast_id(); local
493 ASSERT(!ast_id.IsNone() ||
499 ast_id,
H A Dtype-info.cc38 static uint32_t IdToKey(TypeFeedbackId ast_id) { argument
39 return static_cast<uint32_t>(ast_id.ToInt());
43 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) { argument
44 int entry = dictionary_->FindEntry(IdToKey(ast_id));
79 bool TypeFeedbackOracle::StoreIsUninitialized(TypeFeedbackId ast_id) { argument
80 Handle<Object> maybe_code = GetInfo(ast_id);
87 bool TypeFeedbackOracle::StoreIsKeyedPolymorphic(TypeFeedbackId ast_id) { argument
88 Handle<Object> maybe_code = GetInfo(ast_id);
121 TypeFeedbackId ast_id) {
122 Handle<Object> maybe_code = GetInfo(ast_id);
120 GetStoreMode( TypeFeedbackId ast_id) argument
317 CollectReceiverTypes(TypeFeedbackId ast_id, Handle<String> name, Code::Flags flags, SmallMapList* types) argument
372 CollectReceiverTypes(TypeFeedbackId ast_id, SmallMapList* types) argument
452 TypeFeedbackId ast_id = local
474 SetInfo(TypeFeedbackId ast_id, Object* target) argument
[all...]
H A Dfull-codegen.h870 BailoutId ast_id(uint32_t index) { function in class:v8::internal::BackEdgeTable
H A Dframes.cc964 BailoutId ast_id = BailoutId(it.Next()); local
1008 ast_id,
H A Dfull-codegen.cc465 void FullCodeGenerator::RecordBackEdge(BailoutId ast_id) { argument
471 { ast_id, static_cast<unsigned>(masm_->pc_offset()), depth };
H A Dlithium.h392 BailoutId ast_id,
404 ast_id_(ast_id),
422 BailoutId ast_id() const { return ast_id_; } function in class:v8::internal::V8_FINAL
390 LEnvironment(Handle<JSFunction> closure, FrameType frame_type, BailoutId ast_id, int parameter_count, int argument_count, int value_count, LEnvironment* outer, HEnterInlined* entry, Zone* zone) argument
H A Dhydrogen.h112 void SetJoinId(BailoutId ast_id);
116 HSimulate* AddNewSimulate(BailoutId ast_id, argument
119 HSimulate* instr = CreateSimulate(ast_id, removable);
168 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
574 BailoutId ast_id() const { return ast_id_; } function in class:v8::internal::V8_FINAL
772 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id) = 0;
778 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id) = 0;
785 BailoutId ast_id) = 0;
821 BailoutId ast_id) V8_OVERRIDE;
823 BailoutId ast_id) V8_OVERRID
[all...]
H A Dhydrogen-instructions.h1777 HSimulate(BailoutId ast_id, argument
1781 : ast_id_(ast_id),
1793 BailoutId ast_id() const { return ast_id_; } function in class:V8_FINAL
5239 BailoutId ast_id() const { return ast_id_; } function in class:V8_FINAL
5248 explicit HOsrEntry(BailoutId ast_id) : ast_id_(ast_id) { argument
/external/chromium_org/v8/src/x64/
H A Dassembler-x64-inl.h59 TypeFeedbackId ast_id) {
62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
63 RecordRelocInfo(RelocInfo::CODE_TARGET_WITH_ID, ast_id.ToInt());
57 emit_code_target(Handle<Code> target, RelocInfo::Mode rmode, TypeFeedbackId ast_id) argument
H A Dassembler-x64.cc696 TypeFeedbackId ast_id) {
701 emit_code_target(target, rmode, ast_id);
694 call(Handle<Code> target, RelocInfo::Mode rmode, TypeFeedbackId ast_id) argument
H A Dfull-codegen-x64.cc2512 TypeFeedbackId ast_id) {
2514 __ call(code, RelocInfo::CODE_TARGET, ast_id);
2511 CallIC(Handle<Code> code, TypeFeedbackId ast_id) argument
H A Dmacro-assembler-x64.cc602 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { argument
604 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id);
3029 TypeFeedbackId ast_id) {
3035 call(code_object, rmode, ast_id);
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h863 void SetRecordedAstId(TypeFeedbackId ast_id) { argument
865 recorded_ast_id_ = ast_id;
H A Dmacro-assembler-mips.cc2587 TypeFeedbackId ast_id,
2600 TypeFeedbackId ast_id,
2609 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
2610 SetRecordedAstId(ast_id);
2615 ASSERT_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd),
3934 TypeFeedbackId ast_id,
3940 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id,
3933 CallStub(CodeStub* stub, TypeFeedbackId ast_id, Condition cond, Register r1, const Operand& r2, BranchDelaySlot bd) argument
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.cc1298 TypeFeedbackId ast_id) {
1304 emit(code, rmode, ast_id);
1296 call(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id) argument
H A Dfull-codegen-x87.cc2513 TypeFeedbackId ast_id) {
2515 __ call(code, RelocInfo::CODE_TARGET, ast_id);
2512 CallIC(Handle<Code> code, TypeFeedbackId ast_id) argument
H A Dmacro-assembler-x87.cc1919 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { argument
1921 call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id);
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc1365 TypeFeedbackId ast_id) {
1371 emit(code, rmode, ast_id);
1363 call(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id) argument
H A Dfull-codegen-ia32.cc2519 TypeFeedbackId ast_id) {
2521 __ call(code, RelocInfo::CODE_TARGET, ast_id);
2518 CallIC(Handle<Code> code, TypeFeedbackId ast_id) argument
H A Dmacro-assembler-ia32.cc2026 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { argument
2028 call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id);
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc2279 TypeFeedbackId ast_id) {
2283 __ Call(code, RelocInfo::CODE_TARGET, ast_id);
2278 CallIC(Handle<Code> code, TypeFeedbackId ast_id) argument
H A Dmacro-assembler-arm64.cc1620 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) {
1622 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id); local
2085 TypeFeedbackId ast_id) {
2091 if ((rmode == RelocInfo::CODE_TARGET) && (!ast_id.IsNone())) {
2092 SetRecordedAstId(ast_id);
2101 AssertSizeOfCodeGeneratedSince(&start_call, CallSize(code, rmode, ast_id));
2134 TypeFeedbackId ast_id) {
2136 USE(ast_id);
2083 Call(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id) argument
2132 CallSize(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id) argument

Completed in 926 milliseconds

12