Lines Matching defs:scope
7 #include "src/common/assert-scope.h"
639 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(const Scope* scope) {
640 size_t entry = GetConstantPoolEntry(scope);
960 const Scope* scope) {
961 size_t entry = GetConstantPoolEntry(scope);
967 Register exception, const Scope* scope) {
968 size_t scope_index = GetConstantPoolEntry(scope);
974 const Scope* scope, int slots) {
975 size_t scope_index = GetConstantPoolEntry(scope);
981 const Scope* scope, int slots) {
982 size_t scope_index = GetConstantPoolEntry(scope);
988 Register object, const Scope* scope) {
989 size_t scope_index = GetConstantPoolEntry(scope);
1537 size_t BytecodeArrayBuilder::GetConstantPoolEntry(const Scope* scope) {
1538 return constant_array_builder()->Insert(scope);