Home
last modified time | relevance | path

Searched refs:LoadLookupSlot (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/runtime/
Druntime-scopes.cc794 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()
Druntime.h420 F(LoadLookupSlot, 1, 1) \
/external/v8/src/interpreter/
Dbytecode-array-builder.h184 BytecodeArrayBuilder& LoadLookupSlot(const AstRawString* name,
Dbytecode-array-builder.cc745 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLookupSlot( in LoadLookupSlot() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc2623 builder()->LoadLookupSlot(variable->raw_name(), typeof_mode); in BuildVariableLoad()