Home | History | Annotate | Download | only in src

Lines Matching refs:GetCodeWithFlags

939   Object* result = GetCodeWithFlags(flags, "CompileCallInitialize");
957 Object* result = GetCodeWithFlags(flags, "CompileCallPreMonomorphic");
973 Object* result = GetCodeWithFlags(flags, "CompileCallNormal");
989 Object* result = GetCodeWithFlags(flags, "CompileCallMegamorphic");
1005 Object* result = GetCodeWithFlags(flags, "CompileCallMiss");
1020 Object* result = GetCodeWithFlags(flags, "CompileCallDebugBreak");
1037 Object* result = GetCodeWithFlags(flags, "CompileCallDebugPrepareStepIn");
1049 Object* StubCompiler::GetCodeWithFlags(Code::Flags flags, const char* name) {
1066 Object* StubCompiler::GetCodeWithFlags(Code::Flags flags, String* name) {
1068 return GetCodeWithFlags(flags, *name->ToCString());
1070 return GetCodeWithFlags(flags, reinterpret_cast<char*>(NULL));
1091 return GetCodeWithFlags(flags, name);
1097 return GetCodeWithFlags(flags, name);
1103 return GetCodeWithFlags(flags, name);
1109 return GetCodeWithFlags(flags, name);
1119 return GetCodeWithFlags(flags, name);
1125 Object* result = GetCodeWithFlags(flags, "ConstructStub");