Searched refs:LoadLookupSlot (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 794 MaybeHandle<Object> LoadLookupSlot(Isolate* isolate, Handle<String> name, in LoadLookupSlot() function 862 LoadLookupSlot(isolate, name, kThrowOnError)); in RUNTIME_FUNCTION() 870 RETURN_RESULT_OR_FAILURE(isolate, LoadLookupSlot(isolate, name, kDontThrow)); in RUNTIME_FUNCTION() 882 isolate, value, LoadLookupSlot(isolate, name, kThrowOnError, &receiver), in RUNTIME_FUNCTION_RETURN_PAIR()
|
D | runtime.h | 420 F(LoadLookupSlot, 1, 1) \
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 184 BytecodeArrayBuilder& LoadLookupSlot(const AstRawString* name,
|
D | bytecode-array-builder.cc | 745 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLookupSlot( in LoadLookupSlot() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | bytecode-generator.cc | 2623 builder()->LoadLookupSlot(variable->raw_name(), typeof_mode); in BuildVariableLoad()
|