Home | History | Annotate | Download | only in cctest

Lines Matching full:externalreference

86   return ExternalReference(id, i::Isolate::Current()).address();
113 ExternalReference keyed_load_function_prototype =
114 ExternalReference(isolate->counters()->keyed_load_function_prototype());
117 ExternalReference stack_limit_address =
118 ExternalReference::address_of_stack_limit(isolate);
121 ExternalReference real_stack_limit_address =
122 ExternalReference::address_of_real_stack_limit(isolate);
127 encoder.Encode(ExternalReference::debug_break(isolate).address()));
131 ExternalReference::new_space_start(isolate).address()));
134 ExternalReference::roots_array_start(isolate).address()));
151 ExternalReference keyed_load_function =
152 ExternalReference(isolate->counters()->keyed_load_function_prototype());
157 CHECK_EQ(ExternalReference::address_of_stack_limit(isolate).address(),
159 CHECK_EQ(ExternalReference::address_of_real_stack_limit(isolate).address(),
162 CHECK_EQ(ExternalReference::debug_break(isolate).address(),
165 CHECK_EQ(ExternalReference::new_space_start(isolate).address(),