Home
last modified time | relevance | path

Searched refs:is_function_context (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecodes.cc278 if (reg.is_function_context()) { in Decode()
394 bool Register::is_function_context() const { in is_function_context() function in v8::internal::interpreter::Register
Dbytecodes.h292 bool is_function_context() const;
Dbytecode-array-builder.cc1218 if (reg.is_function_context() || reg.is_function_closure() || in RegisterIsValid()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc158 if (the_register.is_function_context()) { in LookupRegister()