Home | History | Annotate | Download | only in ia32

Lines Matching refs:flags

41                        Code::Flags flags,
59 // Check that the flags match what we're looking for.
62 __ cmp(offset, flags);
81 // Check that the flags match what we're looking for.
84 __ cmp(offset, flags);
103 Code::Flags flags,
114 // Make sure the flags does not name a specific type.
115 ASSERT(Code::ExtractTypeFromFlags(flags) == 0);
131 __ xor_(scratch, flags);
135 ProbeTable(masm, flags, kPrimary, name, scratch, extra);
140 __ xor_(scratch, flags);
143 __ add(Operand(scratch), Immediate(flags));
147 ProbeTable(masm, flags, kSecondary, name, scratch, extra);
1140 Object* StubCompiler::CompileLazyCompile(Code::Flags flags) {
1158 return GetCodeWithFlags(flags, "LazyCompileStub");