Home | History | Annotate | Download | only in arm

Lines Matching refs:flags

41                        Code::Flags flags,
63 // Check that the flags match what we're looking for.
66 __ cmp(offset, Operand(flags));
85 Code::Flags flags,
96 // Make sure the flags does not name a specific type.
97 ASSERT(Code::ExtractTypeFromFlags(flags) == 0);
111 __ eor(scratch, scratch, Operand(flags));
117 ProbeTable(masm, flags, kPrimary, name, scratch);
121 __ add(scratch, scratch, Operand(flags));
127 ProbeTable(masm, flags, kSecondary, name, scratch);
752 Object* StubCompiler::CompileLazyCompile(Code::Flags flags) {
780 return GetCodeWithFlags(flags, "LazyCompileStub");