Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h88 …V(LoadBuiltinObject, LOAD_BUILTIN_OBJECT, GateFlags::CHECKABLE, 1, 1, 0) …
Dcircuit_builder.cpp908 GateRef CircuitBuilder::LoadBuiltinObject(size_t offset) in LoadBuiltinObject() function in panda::ecmascript::kungfu::CircuitBuilder
914 GateRef ret = GetCircuit()->NewGate(circuit_->LoadBuiltinObject(offset), in LoadBuiltinObject()
Dcircuit_builder.h234 GateRef LoadBuiltinObject(size_t offset);
Dtyped_bytecode_lowering.cpp1826 GateRef result = builder_.LoadBuiltinObject(index); in LowerTypedTryLdGlobalByName()