Home
last modified time | relevance | path

Searched defs:code_kind (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Doptimized-compilation-info.cc47 Vector<const char> debug_name, Zone* zone, Code::Kind code_kind) in OptimizedCompilationInfo()
70 Vector<const char> debug_name, AbstractCode::Kind code_kind, Zone* zone) in OptimizedCompilationInfo()
Doptimized-compilation-info.h83 Code::Kind code_kind() const { in code_kind() function
/external/v8/src/compiler/
Dcode-generator.cc88 Code::Kind code_kind = info->code_kind(); in CodeGenerator() local
760 Code::Kind code_kind = info()->code_kind(); in DetermineStubCallMode() local