Home | History | Annotate | Download | only in src

Lines Matching refs:flags

204                             Code::Flags flags,
223 static int PrimaryOffset(String* name, Code::Flags flags, Map* map) {
240 (static_cast<uint32_t>(flags) & ~Code::kFlagsNotUsedInLookup);
241 // Base the offset on a simple combination of name, flags, and map.
246 static int SecondaryOffset(String* name, Code::Flags flags, int seed) {
253 (static_cast<uint32_t>(flags) & ~Code::kFlagsICInLoopMask);
335 Object* CompileCallInitialize(Code::Flags flags);
336 Object* CompileCallPreMonomorphic(Code::Flags flags);
337 Object* CompileCallNormal(Code::Flags flags);
338 Object* CompileCallMegamorphic(Code::Flags flags);
339 Object* CompileCallMiss(Code::Flags flags);
341 Object* CompileCallDebugBreak(Code::Flags flags);
342 Object* CompileCallDebugPrepareStepIn(Code::Flags flags);
344 Object* CompileLazyCompile(Code::Flags flags);
407 Object* GetCodeWithFlags(Code::Flags flags, const char* name);
408 Object* GetCodeWithFlags(Code::Flags flags, String* name);