Searched refs:GetMajorKey (Results 1 – 8 of 8) sorted by relevance
214 CodeStub::Major major_key = CodeStub::GetMajorKey(code); in DecodeIt()
1617 description = CodeStub::MajorName(CodeStub::GetMajorKey(code_object)); in LogCodeObject()
194 static Major GetMajorKey(Code* code_stub) { in GetMajorKey() function
1651 int major_key = CodeStub::GetMajorKey(compiled_code_); in DoComputeCompiledStubFrame()
14852 const char* n = CodeStub::MajorName(CodeStub::GetMajorKey(this)); in Disassemble()14862 DCHECK(CodeStub::GetMajorKey(this) == CodeStub::CompareIC); in Disassemble()
1547 CodeStub::GetMajorKey(pre_top_frame_code) == CodeStub::CEntry) { in DropFrames()
544 DCHECK(CodeStub::GetMajorKey(target) == CodeStub::CompareIC); in Clear()
1475 CodeStub::MajorName(CodeStub::GetMajorKey(code)))); in TagCodeObject()